fix(console): create org shortcut (#4381)

This commit is contained in:
Max Peintner 2022-09-15 17:23:42 +02:00 committed by GitHub
parent c14c66820f
commit 721e48a489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,