pleasing the linter gods

This commit is contained in:
Henry Jameson 2025-12-11 18:29:55 +02:00
commit 3355f1d797
10 changed files with 21 additions and 13 deletions

View file

@ -13,8 +13,8 @@
</label>
<span class="setting-control btn-group">
<Select
:name="uniqueId+index"
:id="uniqueId+index"
:name="uniqueId+index"
class="language-select"
:model-value="controlledLanguage[index]"
@update:model-value="val => setLanguageAt(index, val)"