Skip to content

Commit

Permalink
MAT-7830: Removing QICoreSTU4Updates flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-akins committed Nov 1, 2024
1 parent 9e3882f commit be50091
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface FeatureFlags {
qiCoreBonnieTestCases: boolean;
enableQdmRepeatTransfer: boolean;
CQLBuilderDefinitions: boolean;
qiCoreStu4Updates: boolean;
MeasureListButtons: boolean;
TestCaseID: boolean;
MeasureButtons: boolean;
Expand All @@ -26,7 +25,6 @@ const initialState: FeatureFlags = {
qdmHideJson: true,
enableQdmRepeatTransfer: false,
CQLBuilderDefinitions: false,
qiCoreStu4Updates: false,
MeasureListButtons: false,
TestCaseID: false,
MeasureButtons: false,
Expand Down

0 comments on commit be50091

Please sign in to comment.