mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
fix(task): disable Confirm button when no date is selected in absolute reminder picker
Prevents emitting a reminder with reminder=null/relativeTo=null when the user clicks Confirm without selecting a date first. Refs #2208
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
v-if="activeForm !== null"
|
||||
class="reminder__close-button"
|
||||
:shadow="false"
|
||||
:disabled="activeForm === 'absolute' && reminderDate === null"
|
||||
@click="confirmAndClose(close)"
|
||||
>
|
||||
{{ $t('misc.confirm') }}
|
||||
|
||||
Reference in New Issue
Block a user