diff --git a/packages/builder/src/components/userInterface/GenericBindingPopover.svelte b/packages/builder/src/components/userInterface/GenericBindingPopover.svelte index 59392c37d9..5ad1a2c79f 100644 --- a/packages/builder/src/components/userInterface/GenericBindingPopover.svelte +++ b/packages/builder/src/components/userInterface/GenericBindingPopover.svelte @@ -28,11 +28,12 @@
- + Available bindings
{#each categories as [categoryName, bindings]} {categoryName} + {#each bindings as binding}
onClickBinding(binding)}> {binding.label} @@ -46,16 +47,17 @@
- Data binding - + Data binding Binding connects one piece of data to another and makes it dynamic. Click the objects on the left to add them to the textbox. - -