one more null check
This commit is contained in:
parent
3c44a7ded3
commit
070070c3b7
|
@ -44,7 +44,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
|
||||
{#if automation.showTestPanel}
|
||||
{#if automation?.showTestPanel}
|
||||
<div class="setup"><TestPanel {automation} /></div>
|
||||
{/if}
|
||||
<Modal bind:this={modal}>
|
||||
|
|
Loading…
Reference in New Issue