fix(ui): issues drilldown payload
This commit is contained in:
parent
b75e008471
commit
c88f6e68b2
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ function ByComponent({ title, rows, lineWidth, onCard, type }: {
|
|||
const _rows = rows.map((r) => ({
|
||||
...r,
|
||||
name: r.label,
|
||||
displayName: r.label,
|
||||
sessionCount: r.value
|
||||
})).slice(0, 4);
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue