Edit event from home page

This commit is contained in:
Peter Maquiran
2021-04-06 11:28:46 +01:00
parent 016c006edc
commit 38283f2855
9 changed files with 282 additions and 220 deletions
@@ -35,7 +35,6 @@ export class EventEditPage implements OnInit {
profile:string;
constructor(
public formBuilder: FormBuilder,
public alertController: AlertController,
@@ -105,7 +104,7 @@ export class EventEditPage implements OnInit {
this.loadedEvent.Attendees = newattendees;
}
});
}
}
getEventAttendees(): EventPerson[]
{