Skip to content

Commit

Permalink
Merge branch 'develop' into feature/MAT-6468
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla authored Jul 19, 2024
2 parents fb5ddd3 + 0ad2c1e commit 20cbd02
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 @@ -15,6 +15,7 @@ export interface FeatureFlags {
testCaseExport: boolean;
qdmCodeSearch: boolean;
QDMValueSetSearch: boolean;
CQLBuilderDefinitions: boolean;
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
Expand All @@ -31,6 +32,7 @@ const initialState: FeatureFlags = {
testCaseExport: false,
qdmCodeSearch: false,
QDMValueSetSearch: false,
CQLBuilderDefinitions: false,
ShiftTestCasesDates: false,
associateMeasures: false,
qiCoreStu4Updates: false,
Expand Down

0 comments on commit 20cbd02

Please sign in to comment.