Skip to content

Commit

Permalink
MAT-3789: Add feature flag for references
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Jan 17, 2024
1 parent 2b4f155 commit bfeebc4
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;
}
Expand All @@ -22,6 +23,7 @@ const initialState: FeatureFlags = {
highlightingTabs: true,
qdmHighlightingTabs: false,
qdmMeasureDefinitions: false,
qdmMeasureReferences: false,
importTestCases: false,
qiCoreBonnieTestCases: false,
disableRunTestCaseWithObservStrat: true,
Expand Down

0 comments on commit bfeebc4

Please sign in to comment.