Quick fix.
This commit is contained in:
parent
32e750afd6
commit
dab066e61b
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
|
||||
const onSelectHelper = (helper, js) => {
|
||||
bindingHelpers.onSelectHelper(js ? jsValue : hbsValue, helper, js)
|
||||
bindingHelpers.onSelectHelper(js ? jsValue : hbsValue, helper, { js })
|
||||
}
|
||||
|
||||
const onSelectBinding = (binding, { forceJS } = {}) => {
|
||||
|
|
Loading…
Reference in New Issue