modal.show()} />
{#each Object.values(groupedAutomations || {}) as triggerGroup}
{triggerGroup?.name}
{#each triggerGroup.entries as automation}
{/each}
{/each} {#if showNoResults}
There aren't any automations matching that name
{/if}