fix(ui): issues drilldown payload

This commit is contained in:
Shekar Siri 2024-07-02 11:34:06 +02:00
parent b75e008471
commit c88f6e68b2

View file

@ -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 (