fix, agenda list box not showing

This commit is contained in:
Peter Maquiran
2022-07-04 19:13:28 +01:00
parent e625fbfeb2
commit 744883bd6a
4 changed files with 28 additions and 10 deletions
@@ -65,9 +65,12 @@ export class ViewEventPage implements OnInit {
this.loadedEvent = new Event();
this.eventBody = { BodyType : "1", Text : ""};
this.loadedEvent.Body = this.eventBody;
}
ngOnInit() {
this.loadEvent();
}