1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +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;
privateProjects?: boolean;
dependentFeatures?: boolean;
banners?: boolean;
scheduledConfigurationChanges?: boolean;
featureSearchAPI?: boolean;
featureSearchFrontend?: boolean;

View File

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