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, };