Skip to content

Commit

Permalink
added exportQiCoreBundleType feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed Oct 3, 2023
1 parent 8989e6c commit bfd1232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface FeatureFlags {
qdmVersioning: boolean;
qiCoreElementsTab: boolean;
highlightingTabs: boolean;
exportQiCoreBundleType: boolean;
}
const initialState: FeatureFlags = {
export: false,
Expand All @@ -23,6 +24,7 @@ const initialState: FeatureFlags = {
qdmVersioning: false,
qiCoreElementsTab: false,
highlightingTabs: false,
exportQiCoreBundleType: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit bfd1232

Please sign in to comment.