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:
parent
fd4312382e
commit
403db6adbf
@ -47,7 +47,6 @@
|
||||
<ReminderPeriod
|
||||
v-if="activeForm === 'relative'"
|
||||
v-model="reminder"
|
||||
@update:modelValue="updateDataAndMaybeClose(close)"
|
||||
/>
|
||||
|
||||
<DatepickerInline
|
||||
|
Loading…
x
Reference in New Issue
Block a user