Thanks to visit codestin.com
Credit goes to github.com

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

+5
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)