Skip to content

Commit

Permalink
Merge pull request #92 from MeasureAuthoringTool/feature/mat-7316-cql…
Browse files Browse the repository at this point in the history
…-builder-tabs-flag

[MAT-7316] Add Flag to control display of ALL CQL Builder tabs
  • Loading branch information
jkotanchik-SB authored Jul 26, 2024
2 parents b0ce6b5 + 229f6cf commit 501a7e7
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 @@ -17,6 +17,7 @@ export interface FeatureFlags {
qdmCodeSearch: boolean;
QDMValueSetSearch: boolean;
CQLBuilderDefinitions: boolean;
CQLBuilderTabs: boolean;
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
Expand All @@ -35,6 +36,7 @@ const initialState: FeatureFlags = {
qdmCodeSearch: false,
QDMValueSetSearch: false,
CQLBuilderDefinitions: false,
CQLBuilderTabs: false,
ShiftTestCasesDates: false,
associateMeasures: false,
qiCoreStu4Updates: false,
Expand Down

0 comments on commit 501a7e7

Please sign in to comment.