Fix an issue where the indicator appears after canceling server updates
This commit is contained in:
@@ -173,13 +173,11 @@ const SettingsPage = React.createClass({
|
||||
this.setState({
|
||||
showAddTeamForm: !this.state.showAddTeamForm
|
||||
});
|
||||
setImmediate(this.saveConfig);
|
||||
},
|
||||
setShowTeamFormVisibility(val) {
|
||||
this.setState({
|
||||
showAddTeamForm: val
|
||||
});
|
||||
setImmediate(this.saveConfig);
|
||||
},
|
||||
handleFlashWindow() {
|
||||
this.setState({
|
||||
|
Reference in New Issue
Block a user