Skip to content

Commit

Permalink
update query client filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 30, 2024
1 parent c6834a1 commit 6aa277b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ProjectsLayer() {
queryKey,
{
query: {
...(country && { countryCodes: [country] }),
filter: { ...(country && { countryCode: [country] }) },
},
},
{
Expand Down

0 comments on commit 6aa277b

Please sign in to comment.