mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Update report parameters.
This commit is contained in:
parent
22d477b98b
commit
64c6d73b77
10 changed files with 44 additions and 40 deletions
|
|
@ -15,7 +15,7 @@ export function BaseParameters() {
|
|||
const { value, startDate, endDate } = dateRange || {};
|
||||
|
||||
const handleWebsiteSelect = websiteId => {
|
||||
updateReport({ parameters: { websiteId } });
|
||||
updateReport({ websiteId, parameters: { websiteId } });
|
||||
};
|
||||
|
||||
const handleDateChange = value => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue