Update report parameters.
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user