Skip to content

Commit

Permalink
undo a flag flip
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed May 1, 2024
1 parent 743db96 commit 447ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const initialState: FeatureFlags = {
generateCMSID: false,
manifestExpansion: false,
testCaseExport: false,
qdmCodeSearch: true,
qdmCodeSearch: false,
QDMValueSetSearch: false,
testTabNumber: false,
};
Expand Down

0 comments on commit 447ff5c

Please sign in to comment.