This commit is contained in:
Peter Maquiran
2021-11-07 20:56:34 +01:00
parent c1bdeddb00
commit 585e0989d8
8 changed files with 421 additions and 15 deletions
@@ -409,14 +409,14 @@ export class NewEventPage implements OnInit {
this.afterSave();
}
this.toastService.successMessage('Evento criado')
this.toastService._successMessage('Evento criado')
},
error => {
loader.remove()
this.showLoader = false
this.toastService.badRequest('Evento não criado')
this.toastService._badRequest('Evento não criado')
});