Skip to content

Commit

Permalink
Hide un-necessary help side panels
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 18, 2021
1 parent 824f09f commit 05ee7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const IdentityProviderEditPage: FunctionComponent<IDPEditPagePropsInterface> = (

return (
<HelpPanelLayout
visible={ false }
sidebarDirection="right"
sidebarMiniEnabled={ true }
tabs={ helpPanelTabs }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ const IdentityProviderTemplateSelectPage: FunctionComponent<IdentityProviderTemp

return (
<HelpPanelLayout
visible={ false }
sidebarDirection="right"
sidebarMiniEnabled={ true }
tabs={ helpPanelTabs }
Expand Down

0 comments on commit 05ee7f4

Please sign in to comment.