1
0
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:
Youssef Khedher 2021-12-14 12:14:15 +01:00 committed by GitHub
commit fb6c0b3202
2 changed files with 2 additions and 12 deletions

View File

@ -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,

View File

@ -426,7 +426,8 @@ export const routes = [
component: ProjectRoles,
type: 'protected',
layout: 'main',
menu: { adminSettings: true },
menu: {},
hidden: true,
},
{
path: '/admin',