Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-7204a
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan authored Jun 26, 2024
2 parents af8af2f + 73a4978 commit 9dde4a1
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 9dde4a1

Please sign in to comment.