mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
add aria label to delete button
This commit is contained in:
@@ -433,6 +433,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="shrink-0">
|
<div class="shrink-0">
|
||||||
<button
|
<button
|
||||||
|
aria-label={$i18n.t(`Remove {{MODELID}} from list.`, {
|
||||||
|
MODELID: modelId
|
||||||
|
})}
|
||||||
type="button"
|
type="button"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
modelIds = modelIds.filter((_, idx) => idx !== modelIdx);
|
modelIds = modelIds.filter((_, idx) => idx !== modelIdx);
|
||||||
|
|||||||
Reference in New Issue
Block a user