Fixed app creator sizes

This commit is contained in:
frikky
2020-06-01 13:54:19 +02:00
parent 67273e611f
commit 604451e098
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -2207,7 +2207,6 @@ const AngularWorkflow = (props) => {
if ((selectedVariableParameter === null || selectedVariableParameter === undefined) && (workflow.workflow_variables !== null && workflow.workflow_variables.length > 0)) {
// FIXME - this is the bad thing
console.log("Does it go here or what?")
setSelectedVariableParameter(workflow.workflow_variables[0].name)
}