Skip to content

Commit

Permalink
MAT-7150 add feature flag ShiftTestCasesDates
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Jun 25, 2024
1 parent c420834 commit 180e9f8
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 @@ -15,6 +15,7 @@ export interface FeatureFlags {
testCaseExport: boolean;
qdmCodeSearch: boolean;
QDMValueSetSearch: boolean;
ShiftTestCasesDates: boolean;
}
const initialState: FeatureFlags = {
includeSDEValues: false,
Expand All @@ -28,6 +29,7 @@ const initialState: FeatureFlags = {
testCaseExport: false,
qdmCodeSearch: false,
QDMValueSetSearch: false,
ShiftTestCasesDates: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 180e9f8

Please sign in to comment.