Skip to content

Commit

Permalink
[Issue #2701] Set search FF to allow for anon users (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch authored Nov 4, 2024
1 parent 99ebf3d commit f1081a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { FeatureFlags } from "src/services/FeatureFlagManager";
export const featureFlags: FeatureFlags = {
// This is for showing the search page as it is being developed and user tested
// This should be removed when the search page goes live, before May 2024
showSearchV0: false,
showSearchV0: true,
};

0 comments on commit f1081a0

Please sign in to comment.