Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-6583
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla authored Jan 30, 2024
2 parents dd485d1 + 752c7e5 commit 2e68d06
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 @@ -12,6 +12,7 @@ export interface FeatureFlags {
disableRunTestCaseWithObservStrat: boolean;
qdmHideJson: boolean;
qdmMeasureDefinitions: boolean;
qdmMeasureReferences: boolean;
importTestCases: boolean;
qiCoreBonnieTestCases: boolean;
enableQdmRepeatTransfer: boolean;
Expand All @@ -23,6 +24,7 @@ const initialState: FeatureFlags = {
highlightingTabs: true,
qdmHighlightingTabs: false,
qdmMeasureDefinitions: false,
qdmMeasureReferences: false,
importTestCases: false,
qiCoreBonnieTestCases: false,
disableRunTestCaseWithObservStrat: true,
Expand Down

0 comments on commit 2e68d06

Please sign in to comment.