diff --git a/frontend/src/components/tasks/partials/ReminderDetail.vue b/frontend/src/components/tasks/partials/ReminderDetail.vue index a549154b7..f9202c637 100644 --- a/frontend/src/components/tasks/partials/ReminderDetail.vue +++ b/frontend/src/components/tasks/partials/ReminderDetail.vue @@ -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') }}