Skip to content

Commit

Permalink
MAT-7604: add case number (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
chubert-sb authored Sep 27, 2024
1 parent 850000c commit fea2cd5
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 fea2cd5

Please sign in to comment.