1
0
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:
Youssef 2021-12-14 11:37:20 +01:00
parent 5de56256e1
commit 5e66470ca9

View File

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