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