From 1d807002f85980fe48cc9c5481f3c81716e53bd9 Mon Sep 17 00:00:00 2001 From: Mihaly Hobor Date: Thu, 9 Apr 2026 02:56:38 +0200 Subject: [PATCH] Navigation of filters and chips is now in place instead of navigation to a new site in PWA. --- src/views/Chores/MyChores.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/Chores/MyChores.jsx b/src/views/Chores/MyChores.jsx index b3c4e4d..5c1076f 100644 --- a/src/views/Chores/MyChores.jsx +++ b/src/views/Chores/MyChores.jsx @@ -599,7 +599,10 @@ const MyChores = () => { } // Always navigate with params (preserves project param) - Navigate({ pathname: '/chores', search: params.toString() }) + Navigate( + { pathname: '/chores', search: params.toString() }, + { replace: true }, + ) } const searchOptions = useMemo(