From c0c41c5bc32960ab70b4ef01ef47a5bea4db40bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Keviin=20=C3=85berg=20Kultalahti?= Date: Mon, 15 Mar 2021 15:30:28 +0100 Subject: [PATCH] fixes small bug where user was not redirected to automation index page once last automation was deleted --- .../automation/AutomationPanel/EditAutomationPopover.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/components/automation/AutomationPanel/EditAutomationPopover.svelte b/packages/builder/src/components/automation/AutomationPanel/EditAutomationPopover.svelte index eb983dc948..a99a16e240 100644 --- a/packages/builder/src/components/automation/AutomationPanel/EditAutomationPopover.svelte +++ b/packages/builder/src/components/automation/AutomationPanel/EditAutomationPopover.svelte @@ -1,4 +1,5 @@ -