Skip to content

Commit

Permalink
Revert "MAT-7316: Add overarching flag to control display of all CQL …
Browse files Browse the repository at this point in the history
…Builder tabs."

This reverts commit 229f6cf.
  • Loading branch information
jkotanchik-SB committed Jul 31, 2024
1 parent 501a7e7 commit 14d06c9
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 @@ -17,7 +17,6 @@ export interface FeatureFlags {
qdmCodeSearch: boolean;
QDMValueSetSearch: boolean;
CQLBuilderDefinitions: boolean;
CQLBuilderTabs: boolean;
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
Expand All @@ -36,7 +35,6 @@ const initialState: FeatureFlags = {
qdmCodeSearch: false,
QDMValueSetSearch: false,
CQLBuilderDefinitions: false,
CQLBuilderTabs: false,
ShiftTestCasesDates: false,
associateMeasures: false,
qiCoreStu4Updates: false,
Expand Down

0 comments on commit 14d06c9

Please sign in to comment.