mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
add aria label to button with no label
This commit is contained in:
parent
47c65bac6c
commit
ba9e9e8095
1 changed files with 1 additions and 0 deletions
|
|
@ -483,6 +483,7 @@
|
|||
<div>
|
||||
<button
|
||||
type="button"
|
||||
aria-label={$i18n.t('Add')}
|
||||
on:click={() => {
|
||||
addModelHandler();
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue