diff --git a/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte b/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte
index 30b888b5fb..ee95ee613f 100644
--- a/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte
+++ b/packages/builder/src/components/automation/SetupPanel/RowSelectorTypes.svelte
@@ -58,17 +58,19 @@
{:else if schema.type === "longform"}
{:else if schema.type === "json"}
-
- {
- if (e.detail?.value !== value[field]) {
- onChange(e, field, schema.type)
- }
- }}
- value={value[field]}
- />
+
+
+ {
+ if (e.detail?.value !== value[field]) {
+ onChange(e, field, schema.type)
+ }
+ }}
+ value={value[field]}
+ />
+
{:else if schema.type === "link"}
{:else if schema.type === "string" || schema.type === "number"}