mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix breakdown alias column not found bug
This commit is contained in:
parent
29a373467a
commit
4867492ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -131,5 +131,5 @@ function parseFields(fields: string[]) {
|
|||
}
|
||||
|
||||
function parseFieldsByName(fields: string[]) {
|
||||
return `${fields.map(name => name).join(',')}`;
|
||||
return `${fields.map(name => `"${name}"`).join(',')}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue