This commit is contained in:
Peter Maquiran
2023-07-31 14:54:10 +01:00
parent 64857d043f
commit 9d1d4783db
2 changed files with 8 additions and 8 deletions
@@ -216,14 +216,14 @@ export class NewEventPage implements OnInit {
this.setIntervenient.emit(this.taskParticipants);
this.setIntervenientCC.emit(this.taskParticipantsCc);
this.setDefaultTime();
}
this.date = new Date(2021,9,4,5,6,7);
this.injectValidation();
this.setDefaultTime();
this.changeAgenda()
}