mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
commit
This commit is contained in:
@@ -95,7 +95,7 @@ export class EditEventPage implements OnInit {
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
|
||||
modal.onDidDismiss().then((data) => {
|
||||
if (data['data'] != null)
|
||||
@@ -104,6 +104,7 @@ export class EditEventPage implements OnInit {
|
||||
this.loadedEvent.Attendees = newattendees;
|
||||
}
|
||||
});
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
getEventAttendees(): EventPerson[]
|
||||
|
||||
Reference in New Issue
Block a user