add aria label to delete button

This commit is contained in:
Sine Jespersen 2025-06-13 13:51:10 +02:00
parent b95bc727df
commit a710ea1f07

View File

@ -433,6 +433,9 @@
</div>
<div class="shrink-0">
<button
aria-label={$i18n.t(`Remove {{MODELID}} from list.`, {
MODELID: modelId
})}
type="button"
on:click={() => {
modelIds = modelIds.filter((_, idx) => idx !== modelIdx);