diff --git a/frontend/app/components/FFlags/FFlagsList.tsx b/frontend/app/components/FFlags/FFlagsList.tsx index 0febf8016..4ea928a57 100644 --- a/frontend/app/components/FFlags/FFlagsList.tsx +++ b/frontend/app/components/FFlags/FFlagsList.tsx @@ -22,6 +22,38 @@ function FFlagsList({ siteId }: { siteId: string }) { style={{ maxWidth: '1300px' }} > +
+
+ Status: + { + featureFlagsStore.setSort({ query: '', order: value.value }); + void featureFlagsStore.fetchFlags(); + }} + /> +
+
-
-
- Status: - { - featureFlagsStore.setSort({ query: '', order: value.value }); - void featureFlagsStore.fetchFlags(); - }} - /> -
-
Key
Last modified