_loadGroupFromServer doesn't return a promise
parent
d48924e768
commit
f9cff50ef5
src/components/structures
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue