mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Should clear all parameter.
This commit is contained in:
parent
904c313a64
commit
8971f23e72
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export function WebsiteDateFilter({
|
|||
}),
|
||||
);
|
||||
} else {
|
||||
router.push(updateParams({ date, offset: undefined }));
|
||||
router.push(updateParams({ date, offset: undefined, all: undefined }));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue