Select a Git Source
{#if !sources || sources.length === 0}
No configurable Git Source found
{:else}
{#each sources as source}
handleSubmit(source.id)}>
{source.name}
{#if source.gitlabApp && !source.gitlabAppId}
Configuration missing
{/if}
{/each}
{/if}