1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Merge branch 'component-binding-refactor' of github.com:Budibase/budibase into component-binding-refactor

This commit is contained in:
mike12345567 2021-01-22 13:57:17 +00:00
commit d96e959a42

View file

@ -9,7 +9,7 @@
export let bindingDrawer
function addToText(readableBinding) {
value = value + `{{ ${readableBinding} }}`
value = `${value || ""}{{ ${readableBinding} }}`
}
let originalValue = value