From f8be510ab07b616b7c541e9eef77686989ee13aa Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Sun, 6 Apr 2025 15:10:53 +0200 Subject: [PATCH] feat: keyvalue --- .../[investigation_id]/individuals/data-table.tsx | 9 +++------ .../components/investigations/sketch/profile-panel.tsx | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/individuals/data-table.tsx b/flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/individuals/data-table.tsx index 734d283..bd791aa 100644 --- a/flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/individuals/data-table.tsx +++ b/flowsint-web/src/app/dashboard/projects/[project_id]/investigations/[investigation_id]/individuals/data-table.tsx @@ -94,6 +94,7 @@ import { formatDistanceToNow } from "date-fns" import { cn } from "@/lib/utils" import { TypeBadge } from "@/components/type-badge" import { DialogTitle } from "@radix-ui/react-dialog" +import { MemoizedKeyValueDisplay } from "@/components/investigations/sketch/profile-panel" function DragHandle({ id }: { id: number }) { const { attributes, listeners } = useSortable({ @@ -608,14 +609,10 @@ function TableCellViewer({ item, children }: { item: any, children: React.ReactN - + {item.full_name} -
-
-                        {JSON.stringify(item, null, 2)}
-                    
-
+