Skip to content

Commit

Permalink
Merge pull request #105 from MeasureAuthoringTool/MAT-7086
Browse files Browse the repository at this point in the history
MAT-7086: Add MeasureButtons
  • Loading branch information
ethankaplan authored Oct 15, 2024
2 parents d4c5d7d + 788e7dc commit 50eafb2
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 @@ -19,6 +19,7 @@ export interface FeatureFlags {
qiCoreStu4Updates: boolean;
MeasureListButtons: boolean;
TestCaseID: boolean;
MeasureButtons: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderIncludes: false,
Expand All @@ -36,6 +37,7 @@ const initialState: FeatureFlags = {
qiCoreStu4Updates: false,
MeasureListButtons: false,
TestCaseID: false,
MeasureButtons: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 50eafb2

Please sign in to comment.