Better reminders #308

Merged
konrad merged 37 commits from feature/better-reminders into master 2020-11-28 13:59:28 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6addbcf8bd - Show all commits

View File

@ -198,6 +198,7 @@ export default {
newDate.setMinutes(0)
newDate.setSeconds(0)
this.date = newDate
this.flatPickrDate = newDate
this.updateData()
},
getDayIntervalFromString(date) {