From 721e48a48990dc132f6d16b8569d78120c7d3890 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Thu, 15 Sep 2022 17:23:42 +0200 Subject: [PATCH] fix(console): create org shortcut (#4381) --- console/src/app/modules/shortcuts/shortcuts.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/app/modules/shortcuts/shortcuts.component.ts b/console/src/app/modules/shortcuts/shortcuts.component.ts index 4427f53c28..78ed19d646 100644 --- a/console/src/app/modules/shortcuts/shortcuts.component.ts +++ b/console/src/app/modules/shortcuts/shortcuts.component.ts @@ -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,