Browse Source

fix bindings

pull/1099/head
Martin McKeaveney 5 years ago
parent
commit
702f67cb6d
  1. 2
      packages/builder/src/components/automation/SetupPanel/GenericBindingPopover.svelte

2
packages/builder/src/components/automation/SetupPanel/GenericBindingPopover.svelte

@ -46,7 +46,7 @@
}
function checkValid() {
const runtimeValue = readableToRuntimeBinding(bindings, valueToParse)
const runtimeValue = readableToRuntimeBinding(bindings, value)
validity = isValid(runtimeValue)
}
</script>

Loading…
Cancel
Save