Skip to content

Commit 2463ebd

Browse files
ValentinCrochemorealanpoulain
authored andcommitted
Fix type error
1 parent a1ae26a commit 2463ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/quasar/components/common/CommonFormRepeater.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:key="index"
1616
filled
1717
class="q-mb-sm"
18-
@update:model-value="(value: string) => updateField(index, value)"
18+
@update:model-value="(value) => updateField(index, value as string)"
1919
>
2020
<template #append>
2121
<q-icon

0 commit comments

Comments
 (0)