fix: restore flowing workflow graph edges

This commit is contained in:
lda
2026-07-13 09:02:39 +07:00 Verified
parent 06bf383cb7
commit 1ea75086b5
@@ -190,7 +190,7 @@ const WorkflowGraphStageInner = ({
source: edge.source,
target: edge.target,
label: edge.label,
type: "smoothstep",
type: "default",
animated: active,
focusable: false,
selectable: false,