Merge branch 'component-binding-refactor' of github.com:Budibase/budibase into component-binding-refactor
This commit is contained in:
commit
d96e959a42
|
@ -9,7 +9,7 @@
|
|||
export let bindingDrawer
|
||||
|
||||
function addToText(readableBinding) {
|
||||
value = value + `{{ ${readableBinding} }}`
|
||||
value = `${value || ""}{{ ${readableBinding} }}`
|
||||
}
|
||||
let originalValue = value
|
||||
|
||||
|
|
Loading…
Reference in New Issue