mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:17:32 +00:00
fix(console): create org shortcut (#4381)
This commit is contained in:
@@ -48,7 +48,7 @@ const CREATE_ORG: ShortcutItem = {
|
||||
id: 'create_org',
|
||||
type: ShortcutType.ROUTE,
|
||||
i18nTitle: 'ORG.PAGES.CREATE',
|
||||
routerLink: ['/org', 'create'],
|
||||
routerLink: ['/orgs', 'create'],
|
||||
withRole: ['org.create', 'iam.write'],
|
||||
icon: 'las la-plus',
|
||||
disabled: false,
|
||||
|
Reference in New Issue
Block a user