Open group settings when the group is created
This commit is contained in:
parent
f1db564506
commit
36cd22663a
4 changed files with 13 additions and 3 deletions
|
@ -81,6 +81,7 @@ export default React.createClass({
|
|||
dis.dispatch({
|
||||
action: 'view_group',
|
||||
group_id: result.group_id,
|
||||
group_is_new: true,
|
||||
});
|
||||
this.props.onFinished(true);
|
||||
}).catch((e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue