Skip to content

Commit

Permalink
Merge pull request #114 from MeasureAuthoringTool/feature/mat-8019-st…
Browse files Browse the repository at this point in the history
…u6-validation-flag

MAT-8019: Add flag for controlling QICore STU6 Test Case validations.
  • Loading branch information
jkotanchik-SB authored Dec 13, 2024
2 parents acb5c61 + d3855b2 commit 96a662a
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 {
MeasureListButtons: boolean;
TestCaseID: boolean;
MeasureButtons: boolean;
stu6TestCaseValidation: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderIncludes: false,
Expand All @@ -28,6 +29,7 @@ const initialState: FeatureFlags = {
MeasureListButtons: false,
TestCaseID: false,
MeasureButtons: false,
stu6TestCaseValidation: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 96a662a

Please sign in to comment.