Edit event from home

This commit is contained in:
Peter Maquiran
2021-04-09 13:57:31 +01:00
parent da1bd71019
commit 97d8d05179
3 changed files with 9 additions and 7 deletions
@@ -31,6 +31,9 @@ export class EditEventPage implements OnInit {
taskParticipantsCc: any = [];
adding: "intervenient" | "CC" = "intervenient";
showAttendees = false;
constructor(
private modalController: ModalController,
private navParams: NavParams,