This commit is contained in:
Peter Maquiran
2021-07-01 11:26:45 +01:00
parent 123c364ff0
commit 4035a22c2b
6 changed files with 44 additions and 34 deletions
@@ -50,6 +50,9 @@ export class EditEventPage implements OnInit {
private toastService: ToastService,
private router: Router,
) {
this.isEventEdited = false;
this.postEvent = this.navParams.get('event');
this.caller = this.navParams.get('caller');