_loadGroupFromServer doesn't return a promise

pull/21833/head
David Baker 2017-07-21 14:41:29 +01:00
parent d48924e768
commit f9cff50ef5
1 changed files with 1 additions and 1 deletions
src/components/structures

View File

@ -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,