manual lint

This commit is contained in:
Henry Jameson 2026-01-06 18:06:23 +02:00
commit 04797f8bd2
2 changed files with 10 additions and 4 deletions

View file

@ -85,8 +85,8 @@
@update:model-value="event => setPurpose({ event, index })"
>
<option
v-for="(purpose, index) in purposeOptions"
:key="index"
v-for="(purpose, index2) in purposeOptions"
:key="index2"
:value="purpose.value"
>
{{ purpose.label }}