Fixed remote loading CSS issues

This commit is contained in:
frikky
2021-10-04 14:09:02 +02:00
parent 6a8d97fb0c
commit 7e1c2487a2
8 changed files with 44 additions and 2 deletions
+3 -1
View File
@@ -6362,6 +6362,8 @@ const AngularWorkflow = (props) => {
"value": e.target.value.id,
}
}
setWorkflow(workflow)
}
console.log("STARTNODE: ", startnode)
} else {
@@ -6445,7 +6447,7 @@ const AngularWorkflow = (props) => {
}
}
if (workflow.id == subworkflow.id) {
if (workflow.id === subworkflow.id) {
const cybranch = {
group: "edges",
source: newbranch.source_id,