Skip to content

Commit

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

[MAT-7316] Revert add overarching CQL Builder Tabs flag
  • Loading branch information
jkotanchik-SB authored Jul 31, 2024
2 parents f4bcc93 + c67fe73 commit 734cdc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface FeatureFlags {
qdmCodeSearch: boolean;
QDMValueSetSearch: boolean;
CQLBuilderDefinitions: boolean;
CQLBuilderTabs: boolean;
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
Expand All @@ -26,7 +25,6 @@ const initialState: FeatureFlags = {
qdmCodeSearch: false,
QDMValueSetSearch: false,
CQLBuilderDefinitions: false,
CQLBuilderTabs: false,
ShiftTestCasesDates: false,
associateMeasures: false,
qiCoreStu4Updates: false,
Expand Down

0 comments on commit 734cdc4

Please sign in to comment.