Skip to content

Commit

Permalink
Merge pull request #117 from MeasureAuthoringTool/MAT-7530
Browse files Browse the repository at this point in the history
MAT-7530 feature flag for QiCore value set search
  • Loading branch information
adongare authored Jan 3, 2025
2 parents ee49a57 + e3a70f5 commit 85ccc1c
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 @@ -14,6 +14,7 @@ export interface FeatureFlags {
stu6TestCaseValidation: boolean;
TestCaseListActionCenter: boolean;
QICoreCodeSearch: boolean;
QICoreValueSetSearch: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderParameters: false,
Expand All @@ -26,6 +27,7 @@ const initialState: FeatureFlags = {
stu6TestCaseValidation: false,
TestCaseListActionCenter: false,
QICoreCodeSearch: false,
QICoreValueSetSearch: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 85ccc1c

Please sign in to comment.