diff --git a/ui/src/pages/Pivot.jsx b/ui/src/pages/Pivot.jsx index 2edb8c2..a4a63f1 100644 --- a/ui/src/pages/Pivot.jsx +++ b/ui/src/pages/Pivot.jsx @@ -119,7 +119,7 @@ export default function Pivot({ source }) { if (!row) return setClickDetail({ row, config, column_names }) const matched = filterRows(allRowsRef.current, row, config || {}) - setInspectedRows(matched.length > 0 ? matched : [row]) + setInspectedRows(matched) }) await viewer.load(worker)