missing binding
This commit is contained in:
parent
bce098f04e
commit
b1dabe7dc5
|
@ -197,7 +197,6 @@
|
|||
let bindingName =
|
||||
automation.stepNames?.[allSteps[bindingRank - loopBlockCount].id]
|
||||
|
||||
console.log(bindings)
|
||||
bindings = bindings.concat(
|
||||
outputs.map(([name, value]) => {
|
||||
let runtimeName = isLoopBlock
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
<DrawerBindableInput
|
||||
panel={AutomationBindingPanel}
|
||||
extraThin
|
||||
value={value[field.name]}
|
||||
on:change={e => onChange(e, field)}
|
||||
type="string"
|
||||
{bindings}
|
||||
|
|
Loading…
Reference in New Issue