1
0
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:
Thomas Heartman 2025-09-10 13:07:40 +02:00
parent 0cd19d8682
commit bb60356b4f
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

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