This commit is contained in:
tiago.kayaya
2021-04-12 00:22:47 +01:00
parent 6c7d58427b
commit fb6f74214d
6 changed files with 27 additions and 15 deletions
@@ -90,12 +90,12 @@ export class EditEventPage implements OnInit {
this.postEvent.Attendees = this.taskParticipants.concat(this.taskParticipantsCc)
this.eventsService.editEvent(this.postEvent, 2, 3).subscribe(async () => {
const alert = await this.alertController.create({
/* const alert = await this.alertController.create({
cssClass: 'my-custom-class',
header: 'Evento actualizado',
buttons: ['OK']
});
await alert.present();
await alert.present(); */
});
this.isEventEdited = true;
this.modalController.dismiss(this.isEventEdited);