Skip to content

Commit b166072

Browse files
JJ-8XeR
authored andcommitted
Fix 'must be hyphenated' warning
1 parent 449c4f1 commit b166072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/components/Dialogs/EditCtfDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<datetime-input
4646
v-model="form.startTime"
4747
label="Start on"
48-
@update:modelValue="
48+
@update:model-value="
4949
() => {
5050
if (form.endTime < form.startTime) {
5151
form.endTime = new Date(

0 commit comments

Comments
 (0)