Skip to content

Commit

Permalink
MAT-7325 introduce associateMeasures flag to controll associate cms i…
Browse files Browse the repository at this point in the history
…d action
  • Loading branch information
adongare committed Jul 9, 2024
1 parent 3c1e294 commit b37875e
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 {
qdmCodeSearch: boolean;
QDMValueSetSearch: boolean;
ShiftTestCasesDates: boolean;
associateMeasures: boolean;
}
const initialState: FeatureFlags = {
includeSDEValues: false,
Expand All @@ -30,6 +31,7 @@ const initialState: FeatureFlags = {
qdmCodeSearch: false,
QDMValueSetSearch: false,
ShiftTestCasesDates: false,
associateMeasures: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit b37875e

Please sign in to comment.