Prevent user getting trapped in group settings when an error occurs
This commit is contained in:
parent
38d7a5d394
commit
25690336c3
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ export default React.createClass({
|
||||||
this.setState({
|
this.setState({
|
||||||
summary: null,
|
summary: null,
|
||||||
error: err,
|
error: err,
|
||||||
|
editing: false,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue