Skip to content

Commit

Permalink
Merge pull request #46 from MeasureAuthoringTool/MAT-6203/addexportQi…
Browse files Browse the repository at this point in the history
…CoreBundleTypeFeatureFlag

added exportQiCoreBundleType feature flag
  • Loading branch information
sb-prateekkeerthi authored Oct 4, 2023
2 parents 8989e6c + bfd1232 commit c3b8da4
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 c3b8da4

Please sign in to comment.