mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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",
|
||||
"type": "protected",
|
||||
},
|
||||
Object {
|
||||
"component": [Function],
|
||||
"layout": "main",
|
||||
"menu": Object {
|
||||
"adminSettings": true,
|
||||
},
|
||||
"parent": "/admin",
|
||||
"path": "/admin/roles",
|
||||
"title": "Project Roles",
|
||||
"type": "protected",
|
||||
},
|
||||
Object {
|
||||
"component": [Function],
|
||||
"hidden": false,
|
||||
|
@ -426,7 +426,8 @@ export const routes = [
|
||||
component: ProjectRoles,
|
||||
type: 'protected',
|
||||
layout: 'main',
|
||||
menu: { adminSettings: true },
|
||||
menu: {},
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
path: '/admin',
|
||||
|
Loading…
Reference in New Issue
Block a user