diff --git a/src/components/input/WebsiteDateFilter.tsx b/src/components/input/WebsiteDateFilter.tsx index 6b0510593..6b59681b1 100644 --- a/src/components/input/WebsiteDateFilter.tsx +++ b/src/components/input/WebsiteDateFilter.tsx @@ -41,7 +41,7 @@ export function WebsiteDateFilter({ }), ); } else { - router.push(updateParams({ date, offset: undefined })); + router.push(updateParams({ date, offset: undefined, all: undefined })); } };