Skip to content

Commit

Permalink
MAT-7604: add case number
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb committed Sep 27, 2024
1 parent 850000c commit d8a23e3
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 @@ -17,6 +17,7 @@ export interface FeatureFlags {
associateMeasures: boolean;
qiCoreStu4Updates: boolean;
MeasureListButtons: boolean;
TestCaseID: boolean;
}
const initialState: FeatureFlags = {
CQLBuilderIncludes: false,
Expand All @@ -32,6 +33,7 @@ const initialState: FeatureFlags = {
associateMeasures: false,
qiCoreStu4Updates: false,
MeasureListButtons: false,
TestCaseID: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit d8a23e3

Please sign in to comment.