From aa47d18bb131b713e69a372a4a62867f34ea6c6e 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 @@