mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
260f03cda4
183 changed files with 1136 additions and 708 deletions
|
|
@ -55,7 +55,7 @@ const schema = {
|
|||
}),
|
||||
};
|
||||
|
||||
function convertFilters(filters) {
|
||||
function convertFilters(filters: any[]) {
|
||||
return filters.reduce((obj, { name, ...value }) => {
|
||||
obj[name] = value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue