Skip to content

Commit

Permalink
Merge pull request #56 from MeasureAuthoringTool/MAT-6194/addedQdmTes…
Browse files Browse the repository at this point in the history
…tCaseHighlightingTabFeatureFlag

MAT-6194 added qdmTestCaseHighlightingTabs feature flag
  • Loading branch information
sb-prateekkeerthi authored Nov 15, 2023
2 parents 724e72b + db8c9b3 commit 6a58afe
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;
qdmHighlightingTabs: boolean;
exportQiCoreBundleType: boolean;
disableRunTestCaseWithObservStrat: boolean;
qdmHideJson: boolean;
Expand All @@ -26,6 +27,7 @@ const initialState: FeatureFlags = {
qdmVersioning: false,
qiCoreElementsTab: false,
highlightingTabs: false,
qdmHighlightingTabs: false,
exportQiCoreBundleType: false,
disableRunTestCaseWithObservStrat: true,
qdmHideJson: true,
Expand Down

0 comments on commit 6a58afe

Please sign in to comment.