cleanup vueform

This commit is contained in:
vabene1111
2024-05-01 12:48:17 +02:00
parent ef3913d91f
commit c11dd8bcae
6 changed files with 6 additions and 58 deletions

View File

@@ -508,7 +508,6 @@ export default {
} else {
entry.from_date = target_date
entry.to_date = moment(target_date).add(fromToDiff, 'd')
console.log('UPDAAAATING: ', entry.fromDate, entry.toDate)
this.saveEntry(entry)
}
}