modal.show()} />
{#each filteredAutomations as automation}
selectAutomation(automation._id)} selectedBy={$userSelectedResourceMap[automation._id]} disabled={automation.disabled} >
{/each} {#if showNoResults}
There aren't any automations matching that name
{/if}