You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
This should be null rather than false
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user