1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

fix flag negation

This commit is contained in:
Thomas Heartman 2025-09-10 16:06:43 +02:00
parent ebf929cc4c
commit 6550ac1883
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -285,7 +285,7 @@ const ChangeRequestsInner = () => {
};
export const ChangeRequests = () => {
if (useUiFlag('globalChangeRequestList')) {
if (!useUiFlag('globalChangeRequestList')) {
return (
<PageContent header={<PageHeader title='Change requests' />}>
<p>Nothing to see here. Move along.</p>