ui: Change Id to ensure they are all differents
This commit is contained in:
parent
bcf76a2c86
commit
9a145965fb
@ -160,7 +160,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{:then rrepos}
|
{:then rrepos}
|
||||||
<select id="repolist" class="form-select col" disabled={readonly} bind:value={repo_used.uri}>
|
<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>
|
<option value={r.ssh_url_to_repo}>{r.path_with_namespace}</option>
|
||||||
{/each}
|
{/each}
|
||||||
</select>
|
</select>
|
||||||
|
Reference in New Issue
Block a user