diff --git a/pkg/interface/link/src/js/components/root.js b/pkg/interface/link/src/js/components/root.js index 7e6888e68..55645e7b2 100644 --- a/pkg/interface/link/src/js/components/root.js +++ b/pkg/interface/link/src/js/components/root.js @@ -80,7 +80,6 @@ export class Root extends Component { associations={associations} invites={invites} groups={groups} - rightPanelHide={true} sidebarShown={state.sidebarShown} selectedGroups={selectedGroups} links={links} @@ -118,7 +117,6 @@ export class Root extends Component { invites={invites} groups={groups} selected={resourcePath} - rightPanelHide={true} sidebarShown={state.sidebarShown} selectedGroups={selectedGroups} links={links} @@ -155,7 +153,6 @@ export class Root extends Component { invites={invites} groups={groups} selected={resourcePath} - rightPanelHide={true} sidebarShown={state.sidebarShown} selectedGroups={selectedGroups} popout={popout}