_loadGroupFromServer doesn't return a promise

This commit is contained in:
David Baker 2017-07-21 14:41:29 +01:00
parent d48924e768
commit f9cff50ef5

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,