Skip to content

Commit

Permalink
MAT-7316: Add overarching flag to control display of all CQL Builder …
Browse files Browse the repository at this point in the history
…tabs.
  • Loading branch information
jkotanchik-SB committed Jul 25, 2024
1 parent b0ce6b5 commit 229f6cf
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 229f6cf

Please sign in to comment.