Skip to content

Commit

Permalink
Merge pull request #102 from MeasureAuthoringTool/MAT-7083
Browse files Browse the repository at this point in the history
MAT-7083: Add MeasureListButtons featureflag
  • Loading branch information
ethankaplan authored Sep 13, 2024
2 parents 45c8fee + 99d7819 commit 850000c
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 @@ -16,6 +16,7 @@ export interface FeatureFlags {
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
MeasureListButtons: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderIncludes: false,
Expand All @@ -30,6 +31,7 @@ const initialState: FeatureFlags = {
ShiftTestCasesDates: false,
associateMeasures: false,
qiCoreStu4Updates: false,
MeasureListButtons: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 850000c

Please sign in to comment.