Skip to content

Commit

Permalink
chore: clean up banners feature flag (#5648)
Browse files Browse the repository at this point in the history
Cleans up some leftover references to the `banners` feature flag. 

Related to #5348
  • Loading branch information
nunogois authored Dec 15, 2023
1 parent f84fa81 commit 8be0951
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/interfaces/uiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export type UiFlags = {
doraMetrics?: boolean;
privateProjects?: boolean;
dependentFeatures?: boolean;
banners?: boolean;
scheduledConfigurationChanges?: boolean;
featureSearchAPI?: boolean;
featureSearchFrontend?: boolean;
Expand Down
1 change: 0 additions & 1 deletion src/lib/types/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export type IFlagKey =
| 'customRootRolesKillSwitch'
| 'privateProjects'
| 'disableMetrics'
| 'banners'
| 'featureSearchAPI'
| 'featureSearchFrontend'
| 'scheduledConfigurationChanges'
Expand Down

0 comments on commit 8be0951

Please sign in to comment.