mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add notification message
This commit is contained in:
@@ -277,7 +277,12 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
this.modalController.dismiss()
|
||||
}, (error) => {
|
||||
laoder.remove()
|
||||
this.toastService._badRequest('Não foi possível marcar a reunião');
|
||||
if(error.status == 0) {
|
||||
this.toastService._badRequest('sem conexão ao servidor')
|
||||
} else {
|
||||
|
||||
this.toastService._badRequest('Não foi possível marcar a reunião');
|
||||
}
|
||||
}, ()=>{
|
||||
laoder.remove()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user