Skip to content

Commit

Permalink
Merge pull request #89 from MeasureAuthoringTool/feature/MAT-6468
Browse files Browse the repository at this point in the history
MAT-6468 New feature flag for stu4 updates
  • Loading branch information
mcmcphillips authored Jul 19, 2024
2 parents 0ad2c1e + 20cbd02 commit 04663b4
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 @@ -18,6 +18,7 @@ export interface FeatureFlags {
CQLBuilderDefinitions: boolean;
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
}
const initialState: FeatureFlags = {
includeSDEValues: false,
Expand All @@ -34,6 +35,7 @@ const initialState: FeatureFlags = {
CQLBuilderDefinitions: false,
ShiftTestCasesDates: false,
associateMeasures: false,
qiCoreStu4Updates: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 04663b4

Please sign in to comment.