Skip to content

Commit

Permalink
add purpose filter with trees, conservation and restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Jan 10, 2025
1 parent b35826d commit bdfcddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layout/QueryParamContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bdfcddb

Please sign in to comment.