Fix relationship coming over table

This commit is contained in:
1ilit
2023-12-28 06:17:48 +02:00
parent f44b5fd388
commit f11419f60b
3 changed files with 44 additions and 12 deletions

View File

@@ -22,7 +22,9 @@ export default function Relationship(props) {
props.data.startX,
props.data.endX,
props.data.startY,
props.data.endY
props.data.endY,
props.data.startFieldId,
props.data.endFieldId
)}
stroke={hovered ? "blue" : "gray"}
fill="none"