Skip to content
Snippets Groups Projects
Commit 65aeb5a3 authored by sanjaycal's avatar sanjaycal
Browse files

I broke edges, and now I fixed it

parent 6dcaed44
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ function generateEdges(workflow: any) { ...@@ -99,7 +99,7 @@ function generateEdges(workflow: any) {
currentNode.out.forEach((nextId) => { currentNode.out.forEach((nextId) => {
out.push({ out.push({
id: ids, id: currentNode.id + nextId,
source: currentNode.id, source: currentNode.id,
target: nextId, target: nextId,
markerEnd: { markerEnd: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment