You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
_loadGroupFromServer doesn't return a promise
This commit is contained in:
@@ -281,7 +281,7 @@ export default React.createClass({
|
||||
editing: false,
|
||||
summary: null,
|
||||
});
|
||||
return this._loadGroupFromServer(this.props.groupId);
|
||||
this._loadGroupFromServer(this.props.groupId);
|
||||
}).catch((e) => {
|
||||
this.setState({
|
||||
saving: false,
|
||||
|
||||
Reference in New Issue
Block a user