You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
This should be null rather than false
This commit is contained in:
@ -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) => {
|
||||||
|
Reference in New Issue
Block a user