mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: hide role route from the menu dd
This commit is contained in:
parent
5de56256e1
commit
5e66470ca9
@ -426,7 +426,8 @@ export const routes = [
|
|||||||
component: ProjectRoles,
|
component: ProjectRoles,
|
||||||
type: 'protected',
|
type: 'protected',
|
||||||
layout: 'main',
|
layout: 'main',
|
||||||
menu: { adminSettings: true },
|
menu: {},
|
||||||
|
hidden: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/admin',
|
path: '/admin',
|
||||||
|
Loading…
Reference in New Issue
Block a user