Flesh out the user_settings page
This commit is contained in:
parent
1b4358624f
commit
bc93aeb50e
8 changed files with 384 additions and 2 deletions
|
@ -53,9 +53,13 @@ module.exports = {
|
|||
this.setState({
|
||||
value: val,
|
||||
phase: this.Phases.Display,
|
||||
});
|
||||
}, this.onValueChanged);
|
||||
},
|
||||
|
||||
this.onValueChanged();
|
||||
edit: function() {
|
||||
this.setState({
|
||||
phase: this.Phases.Edit,
|
||||
});
|
||||
},
|
||||
|
||||
cancelEdit: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue