main-page #4

Closed
Saeed0920 wants to merge 9 commits from main-page into main
Showing only changes of commit 58834fe389 - Show all commits

View File

@ -453,6 +453,8 @@ export function NetworkGraph({ onNodeClick }: NetworkGraphProps) {
id: d.id, id: d.id,
label: d.label, label: d.label,
category: d.category, category: d.category,
stageid: d.stageid,
fields: filteredFields,
description: descriptionField?.V || undefined, description: descriptionField?.V || undefined,
}; };