diff --git a/packages/builder/src/components/automation/AutomationBuilder/flowchart/FlowChart.svelte b/packages/builder/src/components/automation/AutomationBuilder/flowchart/FlowChart.svelte index e2fdddb43e..09a0d097de 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/flowchart/FlowChart.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/flowchart/FlowChart.svelte @@ -25,6 +25,8 @@ Create your first automation to get started {:else if automation == null} Select an automation to edit +{:else if !blocks.length} + Add some steps to your automation to get started {/if}
{#each blocks as block, idx (block.id)}