Skip to content

Commit

Permalink
MAT-8019: Add flag for controlling QICore STU6 Test Case validations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB committed Dec 13, 2024
1 parent 805868e commit 6f6d3d8
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 6f6d3d8

Please sign in to comment.