Skip to content

Commit

Permalink
Merge pull request #55 from MeasureAuthoringTool/MAT-6357_qdmHideJson
Browse files Browse the repository at this point in the history
MAT-6357 hide qdm JSON feature flag
  • Loading branch information
sb-cecilialiu authored Nov 2, 2023
2 parents ecb3361 + 433797f commit 724e72b
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 @@ -15,6 +15,7 @@ export interface FeatureFlags {
highlightingTabs: boolean;
exportQiCoreBundleType: boolean;
disableRunTestCaseWithObservStrat: boolean;
qdmHideJson: boolean;
}
const initialState: FeatureFlags = {
export: false,
Expand All @@ -27,6 +28,7 @@ const initialState: FeatureFlags = {
highlightingTabs: false,
exportQiCoreBundleType: false,
disableRunTestCaseWithObservStrat: true,
qdmHideJson: true,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 724e72b

Please sign in to comment.