+ placeholder="Add text, or click the objects on the left to add them to the textbox." />
{#if !valid}
Current Handlebars syntax is invalid, please check the guide
@@ -145,7 +143,7 @@
font-family: var(--font-sans);
}
.text :global(textarea) {
- min-height: 100px;
+ min-height: 200px;
}
.text :global(p) {
margin: 0;
diff --git a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/DeleteRow.svelte b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/DeleteRow.svelte
index 0895c78331..d7ec0e8dd9 100644
--- a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/DeleteRow.svelte
+++ b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/DeleteRow.svelte
@@ -7,18 +7,17 @@
export let parameters
- $: tableOptions = $tables || []
+ $: tableOptions = $tables.list || []
$: bindings = getBindableProperties($currentAsset, $store.selectedComponentId)
-
-
+
+