This should be null rather than false

pull/21833/head
David Baker 2017-07-21 14:18:28 +01:00
parent 4eda2ab083
commit be7228996a
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ export default React.createClass({
this.setState({
saving: false,
editing: false,
summary: false,
summary: null,
});
return this._loadGroupFromServer(this.props.groupId);
}).catch((e) => {