1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

chore: remove fc v1 feature flag, refs PM-10295 (#10487)

This commit is contained in:
Vincent Salucci
2024-08-13 11:19:52 -05:00
committed by GitHub
parent 2acd201752
commit b4b1ade978

View File

@@ -6,7 +6,6 @@
export enum FeatureFlag {
BrowserFilelessImport = "browser-fileless-import",
ItemShare = "item-share",
FlexibleCollectionsV1 = "flexible-collections-v-1", // v-1 is intentional
GeneratorToolsModernization = "generator-tools-modernization",
ShowPaymentMethodWarningBanners = "show-payment-method-warning-banners",
EnableConsolidatedBilling = "enable-consolidated-billing",
@@ -48,7 +47,6 @@ const FALSE = false as boolean;
export const DefaultFeatureFlagValue = {
[FeatureFlag.BrowserFilelessImport]: FALSE,
[FeatureFlag.ItemShare]: FALSE,
[FeatureFlag.FlexibleCollectionsV1]: FALSE,
[FeatureFlag.GeneratorToolsModernization]: FALSE,
[FeatureFlag.ShowPaymentMethodWarningBanners]: FALSE,
[FeatureFlag.EnableConsolidatedBilling]: FALSE,