mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Funnel report updates. Fixed insights report.
This commit is contained in:
parent
3aee54009c
commit
cf8d49f867
8 changed files with 94 additions and 47 deletions
|
|
@ -56,8 +56,8 @@ const schema = {
|
|||
};
|
||||
|
||||
function convertFilters(filters: any[]) {
|
||||
return filters.reduce((obj, { name, ...value }) => {
|
||||
obj[name] = value;
|
||||
return filters.reduce((obj, filter) => {
|
||||
obj[filter.name] = filter;
|
||||
|
||||
return obj;
|
||||
}, {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue