From 6b2ffaa27329b9dd84166a3685fdc8cb4dc5df8f 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"}