1
0
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:
Nuno Góis 2023-12-15 10:16:13 +00:00 committed by GitHub
parent f84fa81ebe
commit 8be09510e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -25,7 +25,6 @@ export type IFlagKey =
| 'customRootRolesKillSwitch' | 'customRootRolesKillSwitch'
| 'privateProjects' | 'privateProjects'
| 'disableMetrics' | 'disableMetrics'
| 'banners'
| 'featureSearchAPI' | 'featureSearchAPI'
| 'featureSearchFrontend' | 'featureSearchFrontend'
| 'scheduledConfigurationChanges' | 'scheduledConfigurationChanges'