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