From bdfcddb75d8b5b8a02d1ab5083a6c87a821f4d05 Mon Sep 17 00:00:00 2001 From: Norbert Schuler Date: Fri, 10 Jan 2025 18:23:44 +0100 Subject: [PATCH] add purpose filter with trees, conservation and restoration --- src/Layout/QueryParamContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layout/QueryParamContext.tsx b/src/Layout/QueryParamContext.tsx index f15b3c6d..db3fa58c 100644 --- a/src/Layout/QueryParamContext.tsx +++ b/src/Layout/QueryParamContext.tsx @@ -238,7 +238,7 @@ const QueryParamProvider: FC = ({ children }) => { async function loadselectedProjects() { try { const requestParams = { - url: `/app/projects?_scope=map`, + url: `/app/projects?_scope=map&filter[purpose]=trees,restoration,conservation`, setshowErrorCard, tenant, locale: i18n.language,