add aria label to button with no label

This commit is contained in:
Sine Jespersen 2025-06-13 13:46:15 +02:00
parent 47c65bac6c
commit ba9e9e8095

View File

@ -483,6 +483,7 @@
<div>
<button
type="button"
aria-label={$i18n.t('Add')}
on:click={() => {
addModelHandler();
}}