Configure Destination
{#if !destinations || destinations.length === 0}
No configurable Destination found
{:else}
{#each destinations as destination}
handleSubmit(destination.id)}>
{destination.name}
{destination.network}
{/each}
{/if}