Flesh out the user_settings page
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user