This commit is contained in:
tiago.kayaya
2021-09-16 10:11:29 +01:00
parent 42ef6f0dc4
commit bffd38e698
@@ -272,10 +272,12 @@ export class DocumentSetUpMeetingPage implements OnInit {
await this.eventService.addAttachment(attachments).toPromise();
}); */
this.toastService.successMessage('A sua reunião foi marcada')
laoder.remove()
this.modalController.dismiss()
})
},(error) => {
this.toastService.badRequest('Não foi possível marcar a reunião');
});
}