From 6aa277bb6c7d083e1772bfc02298376a94216d32 Mon Sep 17 00:00:00 2001 From: alexeh Date: Wed, 30 Oct 2024 08:01:47 +0100 Subject: [PATCH] update query client filter --- client/src/containers/projects/map/layers/projects/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/containers/projects/map/layers/projects/index.tsx b/client/src/containers/projects/map/layers/projects/index.tsx index d0e7c81f..2fc40ffb 100644 --- a/client/src/containers/projects/map/layers/projects/index.tsx +++ b/client/src/containers/projects/map/layers/projects/index.tsx @@ -21,7 +21,7 @@ export default function ProjectsLayer() { queryKey, { query: { - ...(country && { countryCodes: [country] }), + filter: { ...(country && { countryCode: [country] }) }, }, }, {