ui: Change Id to ensure they are all differents

This commit is contained in:
nemunaire 2023-03-06 01:45:50 +01:00
parent bcf76a2c86
commit 9a145965fb
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
</div>
{:then rrepos}
<select id="repolist" class="form-select col" disabled={readonly} bind:value={repo_used.uri}>
{#each rrepos as r (r.Id)}
{#each rrepos as r (r.ssh_url_to_repo)}
<option value={r.ssh_url_to_repo}>{r.path_with_namespace}</option>
{/each}
</select>