fix bindings

This commit is contained in:
Martin McKeaveney 2021-02-06 19:04:25 +00:00
parent 94f1a14445
commit 702f67cb6d
1 changed files with 1 additions and 1 deletions

View File

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