BUG: Minor app sdk and build fixes

This commit is contained in:
frikky
2021-03-04 17:06:25 +01:00
parent 62e7fa09d8
commit f88d88ba9e
3 changed files with 21 additions and 12 deletions
+3 -1
View File
@@ -2700,6 +2700,8 @@ const AngularWorkflow = (props) => {
selectedAction.label = event.target.value
setSelectedAction(selectedAction)
console.log("SHOULD CHANGE NAME EVERYWHERE ITS USED TOO BASED ON OLD NAME!")
/*
if (nodeaction.label !== curaction.label) {
console.log("BEACH!")
@@ -7032,7 +7034,7 @@ const AngularWorkflow = (props) => {
<FormControl>
<DialogTitle><span style={{color: "white"}}>Execution Variable</span></DialogTitle>
<DialogContent>
Execution Variables are TEMPORARY variables that you can ony be set and used during execution. Learn more <a rel="norefferer" href="https://shuffler.io/docs/workflow#execution_variables" target="_blank" style={{textDecoration: "none", color: "#f85a3e"}}>here</a>
Execution Variables are TEMPORARY variables that you can ony be set and used during execution. Learn more <a rel="norefferer" href="https://shuffler.io/docs/workflows#execution_variables" target="_blank" style={{textDecoration: "none", color: "#f85a3e"}}>here</a>
<TextField
onBlur={(event) => setNewVariableName(event.target.value)}
color="primary"