Skip to content

Commit 8971f23

Browse files
committed
Should clear all parameter.
1 parent 904c313 commit 8971f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/WebsiteDateFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function WebsiteDateFilter({
4141
}),
4242
);
4343
} else {
44-
router.push(updateParams({ date, offset: undefined }));
44+
router.push(updateParams({ date, offset: undefined, all: undefined }));
4545
}
4646
};
4747

0 commit comments

Comments
 (0)