Merge remote-tracking branch 'origin/develop' into dbkr/my_groups
This commit is contained in:
commit
45986306cc
51 changed files with 665 additions and 436 deletions
|
@ -45,8 +45,9 @@ export default React.createClass({
|
|||
this.setState({
|
||||
summary: null,
|
||||
error: null,
|
||||
}, () => {
|
||||
this._loadGroupFromServer(newProps.groupId);
|
||||
});
|
||||
this._loadGroupFromServer(newProps.groupId);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue