mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
add aria label to button with no label
This commit is contained in:
@@ -483,6 +483,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
aria-label={$i18n.t('Add')}
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
addModelHandler();
|
addModelHandler();
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user