1
0

feat(reminders): add proper time picker for relative dates

This commit is contained in:
kolaente
2023-06-09 13:19:47 +02:00
parent 7b2a688b6e
commit 95487d7569
7 changed files with 156 additions and 221 deletions

View File

@ -151,7 +151,6 @@ function setDateValue(dateString: string | Date | null) {
function updateData() {
changed.value = true
console.log('emit', date.value)
emit('update:modelValue', date.value)
}