mirror of https://github.com/vector-im/riot-web
This should be null rather than false
parent
4eda2ab083
commit
be7228996a
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue