mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fix event value display.
This commit is contained in:
parent
d8846fa4f0
commit
d4bfc84ff3
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ function getTable(type) {
|
|||
|
||||
function getColumn(type) {
|
||||
if (type === 'event') {
|
||||
return `concat(event_type, ':', event_value)`;
|
||||
return `concat(event_type, '\t', event_value)`;
|
||||
}
|
||||
return type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue