Skip to content

Commit

Permalink
MAT-6194 added qdmTestCaseHighlightingTabs feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed Nov 15, 2023
1 parent 724e72b commit db8c9b3
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 db8c9b3

Please sign in to comment.