This should be null rather than false
This commit is contained in:
parent
4eda2ab083
commit
be7228996a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ export default React.createClass({
|
||||||
this.setState({
|
this.setState({
|
||||||
saving: false,
|
saving: false,
|
||||||
editing: false,
|
editing: false,
|
||||||
summary: false,
|
summary: null,
|
||||||
});
|
});
|
||||||
return this._loadGroupFromServer(this.props.groupId);
|
return this._loadGroupFromServer(this.props.groupId);
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue