diff --git a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts index 1837fb12c..7f603b7d3 100644 --- a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts +++ b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts @@ -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'); + }); }