mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore: clean up banners feature flag (#5648)
Cleans up some leftover references to the `banners` feature flag. Related to https://github.com/Unleash/unleash/pull/5348
This commit is contained in:
parent
f84fa81ebe
commit
8be09510e8
@ -63,7 +63,6 @@ export type UiFlags = {
|
||||
doraMetrics?: boolean;
|
||||
privateProjects?: boolean;
|
||||
dependentFeatures?: boolean;
|
||||
banners?: boolean;
|
||||
scheduledConfigurationChanges?: boolean;
|
||||
featureSearchAPI?: boolean;
|
||||
featureSearchFrontend?: boolean;
|
||||
|
@ -25,7 +25,6 @@ export type IFlagKey =
|
||||
| 'customRootRolesKillSwitch'
|
||||
| 'privateProjects'
|
||||
| 'disableMetrics'
|
||||
| 'banners'
|
||||
| 'featureSearchAPI'
|
||||
| 'featureSearchFrontend'
|
||||
| 'scheduledConfigurationChanges'
|
||||
|
Loading…
Reference in New Issue
Block a user