fix merge

This commit is contained in:
Peter Maquiran
2023-02-06 17:58:02 +01:00
6 changed files with 24 additions and 12 deletions
@@ -226,7 +226,6 @@ export class NewEventPage implements OnInit {
}
setDefaultTime() {
console.log(this.CalendarDate)
this.postEvent.StartDate = this.roundTimeQuarterHour(this.CalendarDate);
this.postEvent.EndDate = this.postEvent.StartDate;
}