Skip to content

Commit

Permalink
chore: Enable AREnableAvailabilityFilter feature flag (#11224)
Browse files Browse the repository at this point in the history
  • Loading branch information
olerichter00 authored Dec 2, 2024
1 parent c9ff691 commit b4419b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ export const features = {
},
AREnableAvailabilityFilter: {
description: "Enable availability filter",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
// echoFlagKey: "AREnableAvailabilityFilter",
echoFlagKey: "AREnableAvailabilityFilter",
},
} satisfies { [key: string]: FeatureDescriptor }

Expand Down

0 comments on commit b4419b6

Please sign in to comment.