docs: replace source.id with source (#1369)

typo: Fix source.id since `source` itself is the ID
This commit is contained in:
Owen Conti
2024-04-16 06:26:52 -06:00
committed by GitHub
parent 6b8851bd67
commit 11229e4dc4

View File

@@ -745,7 +745,7 @@ const connector = (params) => {
}
return {
id: `edge-${params.source.id}-${params.target}`,
id: `edge-${params.source}-${params.target}`,
source: params.source,
target: params.target,
label: `Edge ${params.source}-${params.target}`,