Skip to content

Commit

Permalink
[PM-16248] add notification refresh feature flag (#12859)
Browse files Browse the repository at this point in the history
* add notification refresh feature flag

* update order

---------

Co-authored-by: Evan Bassler <[email protected]>
  • Loading branch information
evan-livefront and Evan Bassler authored Jan 14, 2025
1 parent 553d20f commit 5fb383d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/common/src/enums/feature-flag.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export enum FeatureFlag {
InlineMenuPositioningImprovements = "inline-menu-positioning-improvements",
InlineMenuTotp = "inline-menu-totp",
NotificationBarAddLoginImprovements = "notification-bar-add-login-improvements",
NotificationRefresh = "notification-refresh",
UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection",

BrowserFilelessImport = "browser-fileless-import",
Expand Down Expand Up @@ -70,6 +71,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.InlineMenuPositioningImprovements]: FALSE,
[FeatureFlag.InlineMenuTotp]: FALSE,
[FeatureFlag.NotificationBarAddLoginImprovements]: FALSE,
[FeatureFlag.NotificationRefresh]: FALSE,
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,

[FeatureFlag.BrowserFilelessImport]: FALSE,
Expand Down

0 comments on commit 5fb383d

Please sign in to comment.