This commit is contained in:
David Baker 2017-07-07 10:08:29 +01:00
parent 32a01b54b8
commit 1deb406294

View file

@ -44,8 +44,9 @@ module.exports = React.createClass({
this.setState({
summary: null,
error: null,
});
}, () => {
this._loadGroupFromServer(newProps.groupId);
});
}
},