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
|
@ -301,6 +301,7 @@ export default React.createClass({
|
|||
case PageTypes.GroupView:
|
||||
page_element = <GroupView
|
||||
groupId={this.props.currentGroupId}
|
||||
isNew={this.props.currentGroupIsNew}
|
||||
collapsedRhs={this.props.collapseRhs}
|
||||
/>;
|
||||
if (!this.props.collapseRhs) right_panel = <RightPanel groupId={this.props.currentGroupId} disabled={this.props.rightDisabled} />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue