Should clear all parameter.

This commit is contained in:
Mike Cao 2025-10-03 18:08:01 -07:00
parent 904c313a64
commit 8971f23e72

View file

@ -41,7 +41,7 @@ export function WebsiteDateFilter({
}), }),
); );
} else { } else {
router.push(updateParams({ date, offset: undefined })); router.push(updateParams({ date, offset: undefined, all: undefined }));
} }
}; };