mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
add aria label to button with no label
This commit is contained in:
parent
47c65bac6c
commit
ba9e9e8095
@ -483,6 +483,7 @@
|
||||
<div>
|
||||
<button
|
||||
type="button"
|
||||
aria-label={$i18n.t('Add')}
|
||||
on:click={() => {
|
||||
addModelHandler();
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user