Refactored funnel report. Made BarChart more generic.
This commit is contained in:
@@ -16,8 +16,6 @@ export function ReportHeader({ report, icon }) {
|
||||
const { id, websiteId, name, parameters } = report || {};
|
||||
const { value, startDate, endDate } = parameters?.dateRange || {};
|
||||
|
||||
console.log('REPORT HEADER', report);
|
||||
|
||||
const handleSelect = websiteId => {
|
||||
updateReport(id, { websiteId });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user