From 58834fe38975e6e2fc58146fc4503be890e3fa50 Mon Sep 17 00:00:00 2001 From: Saeed Abadiyan Date: Tue, 26 Aug 2025 18:23:48 +0330 Subject: [PATCH] fix the popup in graph --- app/components/ecosystem/network-graph.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/ecosystem/network-graph.tsx b/app/components/ecosystem/network-graph.tsx index 619fc08..88c3a71 100644 --- a/app/components/ecosystem/network-graph.tsx +++ b/app/components/ecosystem/network-graph.tsx @@ -453,6 +453,8 @@ export function NetworkGraph({ onNodeClick }: NetworkGraphProps) { id: d.id, label: d.label, category: d.category, + stageid: d.stageid, + fields: filteredFields, description: descriptionField?.V || undefined, };