From 120994e2c46ef304797f1466494804a710a2a3a8 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 14 Jul 2021 15:46:00 +0100 Subject: [PATCH] Use automation block title in drawer for automation bindings --- .../automation/SetupPanel/AutomationBlockSetup.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte index f2f1dbe174..d1c5d104d3 100644 --- a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte +++ b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte @@ -69,8 +69,9 @@ {:else if value.customType === "email"} (block.inputs[key] = e.detail)} {bindings} @@ -102,6 +103,7 @@ {:else if value.type === "string" || value.type === "number"}