1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Merge pull request #2243 from mslourens/bug/automation_crash

Automation crash
This commit is contained in:
Martin McKeaveney 2021-08-04 09:49:15 +01:00 committed by GitHub
commit bae2b40f54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
bind:block={$automationStore.selectedBlock}
{webhookModal}
/>
{:else if $automationStore.selectedAutomation}
{:else if automation}
<div class="block-label">{automation.name}</div>
<Button secondary on:click={testAutomation}>Test Automation</Button>
{/if}