Skip to content

Commit 1ead56f

Browse files
authored
fix: add missing idp-org-sync sidebar item (#15933)
During the work to split the deployment and organizations sidebars, the sidebar item for idp organization sync was accidentally removed.
1 parent f34f275 commit 1ead56f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/src/modules/management/DeploymentSidebarView.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ const DeploymentSettingsNavigation: FC<DeploymentSettingsNavigationProps> = ({
101101
</div>
102102
</SidebarNavItem>
103103
)}
104+
{permissions.viewOrganizationIDPSyncSettings && (
105+
<SidebarNavItem href="idp-org-sync">
106+
IdP Organization Sync
107+
</SidebarNavItem>
108+
)}
104109
{!isPremium && <SidebarNavItem href="premium">Premium</SidebarNavItem>}
105110
</div>
106111
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy