mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +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 {
|
} 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