_loadGroupFromServer doesn't return a promise
This commit is contained in:
parent
d48924e768
commit
f9cff50ef5
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ export default React.createClass({
|
||||||
editing: false,
|
editing: false,
|
||||||
summary: null,
|
summary: null,
|
||||||
});
|
});
|
||||||
return this._loadGroupFromServer(this.props.groupId);
|
this._loadGroupFromServer(this.props.groupId);
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
this.setState({
|
this.setState({
|
||||||
saving: false,
|
saving: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue