Skip to content

Commit 1fb4b59

Browse files
committed
fix(layout): remove unimplemented nav item
1 parent 5e0246b commit 1fb4b59

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

packages/modules/main/src/lib/main-layout.config.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ export const MAIN_LAYOUT_CONFIG: RcLayoutConfig = {
5959
route: ROUTER.pages.main.children.iam.link,
6060
categoryId: 'management',
6161
},
62-
{
63-
id: 'mgmt.organizations',
64-
label: 'Organizations',
65-
icon: 'mdi mdi-domain',
66-
route: ROUTER.pages.main.children.management.children.organizations.link,
67-
categoryId: 'management',
68-
},
69-
{
70-
id: 'mgmt.shops',
71-
label: 'Shops',
72-
icon: 'mdi mdi-store',
73-
route: ROUTER.pages.main.children.management.children.shops.link,
74-
categoryId: 'management',
75-
},
62+
// {
63+
// id: 'mgmt.organizations',
64+
// label: 'Organizations',
65+
// icon: 'mdi mdi-domain',
66+
// route: ROUTER.pages.main.children.management.children.organizations.link,
67+
// categoryId: 'management',
68+
// },
69+
// {
70+
// id: 'mgmt.shops',
71+
// label: 'Shops',
72+
// icon: 'mdi mdi-store',
73+
// route: ROUTER.pages.main.children.management.children.shops.link,
74+
// categoryId: 'management',
75+
// },
7676

7777
// ACCOUNT (used when /account is active; optional category)
7878
{

0 commit comments

Comments
 (0)