From 56021cf4b25236c7fc1d494182177289fb830fb7 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 23 Sep 2020 12:25:14 +0100 Subject: [PATCH] Sort automation steps by name --- .../AutomationPanel/BlockList/BlockList.svelte | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/components/automation/AutomationPanel/BlockList/BlockList.svelte b/packages/builder/src/components/automation/AutomationPanel/BlockList/BlockList.svelte index 5dd709c4b2..1455f60ef1 100644 --- a/packages/builder/src/components/automation/AutomationPanel/BlockList/BlockList.svelte +++ b/packages/builder/src/components/automation/AutomationPanel/BlockList/BlockList.svelte @@ -1,11 +1,14 @@