mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
add flag protection
This commit is contained in:
parent
0cd19d8682
commit
bb60356b4f
@ -479,13 +479,16 @@ export const routes: IRoute[] = [
|
|||||||
menu: {},
|
menu: {},
|
||||||
},
|
},
|
||||||
|
|
||||||
// Change Requests
|
// My change requests
|
||||||
{
|
{
|
||||||
path: '/change-requests',
|
path: '/change-requests',
|
||||||
title: 'Change Requests',
|
title: 'Change Requests',
|
||||||
component: ChangeRequests,
|
component: ChangeRequests,
|
||||||
type: 'protected',
|
type: 'protected',
|
||||||
menu: {},
|
menu: {},
|
||||||
|
flag: 'globalChangeRequestList',
|
||||||
|
hidden: true,
|
||||||
|
enterprise: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Admin
|
// Admin
|
||||||
|
Loading…
Reference in New Issue
Block a user