fix(reminder): do not close the popup directly after changing the value

Fixes https://github.com/go-vikunja/vikunja/issues/225
This commit is contained in:
kolaente 2024-03-20 11:58:29 +01:00
parent fd4312382e
commit 403db6adbf
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@
<ReminderPeriod
v-if="activeForm === 'relative'"
v-model="reminder"
@update:modelValue="updateDataAndMaybeClose(close)"
/>
<DatepickerInline