mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-09 11:14:29 +02:00
Merge pull request #560 from Unleash/fix/remove-project-roles-from-menu
fix: hide role route from the menu dd
This commit is contained in:
commit
fb6c0b3202
@ -376,17 +376,6 @@ Array [
|
|||||||
"title": "Single Sign-On",
|
"title": "Single Sign-On",
|
||||||
"type": "protected",
|
"type": "protected",
|
||||||
},
|
},
|
||||||
Object {
|
|
||||||
"component": [Function],
|
|
||||||
"layout": "main",
|
|
||||||
"menu": Object {
|
|
||||||
"adminSettings": true,
|
|
||||||
},
|
|
||||||
"parent": "/admin",
|
|
||||||
"path": "/admin/roles",
|
|
||||||
"title": "Project Roles",
|
|
||||||
"type": "protected",
|
|
||||||
},
|
|
||||||
Object {
|
Object {
|
||||||
"component": [Function],
|
"component": [Function],
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
|
@ -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