Skip to content

Commit

Permalink
Merge pull request #116 from MeasureAuthoringTool/MAT-7529
Browse files Browse the repository at this point in the history
MAT-7529 feature flag for QICore code search
  • Loading branch information
adongare authored Dec 30, 2024
2 parents 34f4dc4 + d9e8536 commit 09e302c
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 @@ -12,6 +12,7 @@ export interface FeatureFlags {
enableQdmRepeatTransfer: boolean;
MeasureButtons: boolean;
stu6TestCaseValidation: boolean;
QICoreCodeSearch: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderParameters: false,
Expand All @@ -22,6 +23,7 @@ const initialState: FeatureFlags = {
enableQdmRepeatTransfer: false,
MeasureButtons: false,
stu6TestCaseValidation: false,
QICoreCodeSearch: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 09e302c

Please sign in to comment.