Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-7939_removeFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-cecilialiu authored Dec 14, 2024
2 parents 627d53f + 96a662a commit 7ee304d
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 @@ -11,6 +11,7 @@ export interface FeatureFlags {
qiCoreBonnieTestCases: boolean;
enableQdmRepeatTransfer: boolean;
MeasureButtons: boolean;
stu6TestCaseValidation: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderParameters: false,
Expand All @@ -20,6 +21,7 @@ const initialState: FeatureFlags = {
qdmHideJson: true,
enableQdmRepeatTransfer: false,
MeasureButtons: false,
stu6TestCaseValidation: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 7ee304d

Please sign in to comment.