Skip to content

Commit

Permalink
MAT-7102 add TestCaseListActionCenter flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Dec 25, 2024
1 parent 34f4dc4 commit 4009653
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;
TestCaseListActionCenter: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderParameters: false,
Expand All @@ -22,6 +23,7 @@ const initialState: FeatureFlags = {
enableQdmRepeatTransfer: false,
MeasureButtons: false,
stu6TestCaseValidation: false,
TestCaseListActionCenter: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 4009653

Please sign in to comment.