allow right panel to be hidden (although container is still visible)
This commit is contained in:
parent
290dc9d8fb
commit
b63bd5ea54
2 changed files with 3 additions and 3 deletions
|
@ -452,7 +452,7 @@ const LoggedInView = React.createClass({
|
|||
/>;
|
||||
break;
|
||||
case PageTypes.GroupGridView:
|
||||
page_element = <GroupGridView />;
|
||||
page_element = <GroupGridView collapsedRhs={this.props.collapsedRhs} />;
|
||||
break;
|
||||
case PageTypes.UserSettings:
|
||||
page_element = <UserSettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue