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: {},
|
||||
},
|
||||
|
||||
// Change Requests
|
||||
// My change requests
|
||||
{
|
||||
path: '/change-requests',
|
||||
title: 'Change Requests',
|
||||
component: ChangeRequests,
|
||||
type: 'protected',
|
||||
menu: {},
|
||||
flag: 'globalChangeRequestList',
|
||||
hidden: true,
|
||||
enterprise: true,
|
||||
},
|
||||
|
||||
// Admin
|
||||
|
Loading…
Reference in New Issue
Block a user