Skip to content

Commit

Permalink
Merge pull request #78 from MeasureAuthoringTool/MAT-6839/addQdmCodeS…
Browse files Browse the repository at this point in the history
…earchFeatureFlag

MAT-6839 added qdmCodeSearchFeatureFlag
  • Loading branch information
sb-prateekkeerthi authored Mar 28, 2024
2 parents b7b372f + 22d3b83 commit 380d57a
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 @@ -13,6 +13,7 @@ export interface FeatureFlags {
generateCMSID: boolean;
manifestExpansion: boolean;
testCaseExport: boolean;
qdmCodeSearch: boolean;
}
const initialState: FeatureFlags = {
includeSDEValues: false,
Expand All @@ -24,6 +25,7 @@ const initialState: FeatureFlags = {
generateCMSID: false,
manifestExpansion: false,
testCaseExport: false,
qdmCodeSearch: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 380d57a

Please sign in to comment.