mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
add aria label to delete button
This commit is contained in:
parent
b95bc727df
commit
a710ea1f07
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue