Navigation of filters and chips is now in place instead of navigation to a new site in PWA.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user