- {#if !validity}
+ {#if !valid}
Current Handlebars syntax is invalid, please check the guide
here
@@ -103,70 +105,105 @@
diff --git a/packages/builder/src/components/design/PropertiesPanel/CustomStylesSection.svelte b/packages/builder/src/components/design/PropertiesPanel/CustomStylesSection.svelte
index caaaf5e4bf..4ff10c64c7 100644
--- a/packages/builder/src/components/design/PropertiesPanel/CustomStylesSection.svelte
+++ b/packages/builder/src/components/design/PropertiesPanel/CustomStylesSection.svelte
@@ -40,7 +40,7 @@
-
+
Custom CSS overrides all other component styles.
diff --git a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/DataSourceSelect.svelte b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/DataSourceSelect.svelte
index 8f5c113006..c8ce846192 100644
--- a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/DataSourceSelect.svelte
+++ b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/DataSourceSelect.svelte
@@ -132,7 +132,7 @@
Save
-
+
{#if value.parameters.length > 0}
-
-
-
-
- {#each actionTypes as actionType}
-
- {/each}
-
-
- {#if actions && actions.length > 0}
-
- {#each actions as action, index (action.id)}
-
-
-
deleteAction(index)}
- style="margin-left: auto;"
- >
-
-
+
+ {#if actions && actions.length > 0}
+
+ {#each actions as action, index (action.id)}
+
+
+
- {/each}
-
- {/if}
-
-
-
+ deleteAction(index)}
+ />
+
+ {/each}
+
+ {/if}
+
+
+ {#each actionTypes as actionType}
+
+ {/each}
+
+
+
{#if selectedAction}
diff --git a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/ExecuteQuery.svelte b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/ExecuteQuery.svelte
index 5d298e4b9f..d4e70dac05 100644
--- a/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/ExecuteQuery.svelte
+++ b/packages/builder/src/components/design/PropertiesPanel/PropertyControls/EventsEditor/actions/ExecuteQuery.svelte
@@ -25,7 +25,7 @@
}
-
+