feat(reminders): add proper time picker for relative dates
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user