mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02: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;
|
doraMetrics?: boolean;
|
||||||
privateProjects?: boolean;
|
privateProjects?: boolean;
|
||||||
dependentFeatures?: boolean;
|
dependentFeatures?: boolean;
|
||||||
banners?: boolean;
|
|
||||||
scheduledConfigurationChanges?: boolean;
|
scheduledConfigurationChanges?: boolean;
|
||||||
featureSearchAPI?: boolean;
|
featureSearchAPI?: boolean;
|
||||||
featureSearchFrontend?: boolean;
|
featureSearchFrontend?: boolean;
|
||||||
|
@ -25,7 +25,6 @@ export type IFlagKey =
|
|||||||
| 'customRootRolesKillSwitch'
|
| 'customRootRolesKillSwitch'
|
||||||
| 'privateProjects'
|
| 'privateProjects'
|
||||||
| 'disableMetrics'
|
| 'disableMetrics'
|
||||||
| 'banners'
|
|
||||||
| 'featureSearchAPI'
|
| 'featureSearchAPI'
|
||||||
| 'featureSearchFrontend'
|
| 'featureSearchFrontend'
|
||||||
| 'scheduledConfigurationChanges'
|
| 'scheduledConfigurationChanges'
|
||||||
|
Loading…
Reference in New Issue
Block a user