Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ead56f

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

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+
<SidebarNavItemhref="idp-org-sync">
106+
IdP Organization Sync
107+
</SidebarNavItem>
108+
)}
104109
{!isPremium&&<SidebarNavItemhref="premium">Premium</SidebarNavItem>}
105110
</div>
106111
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp