fix bindings
This commit is contained in:
parent
94f1a14445
commit
702f67cb6d
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
function checkValid() {
|
||||
const runtimeValue = readableToRuntimeBinding(bindings, valueToParse)
|
||||
const runtimeValue = readableToRuntimeBinding(bindings, value)
|
||||
validity = isValid(runtimeValue)
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue