Skip to content

Commit

Permalink
feat(networks): export clusters label
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Sep 30, 2024
1 parent 212023a commit 05e1445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/networks/hooks/useExportData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const exportNetwork = (network: NetworkData) => ({
links: network.links,
clusters: network.clusters.map((cluster) => ({
cluster: cluster.cluster,
label: cluster.label,
publications: cluster.publications,
})),
})
Expand Down

0 comments on commit 05e1445

Please sign in to comment.