to many changes

This commit is contained in:
Eudes Inácio
2023-02-27 17:39:10 +01:00
parent fcd1989334
commit 46387d4977
30 changed files with 329 additions and 160 deletions
@@ -124,7 +124,6 @@ export class EventActionsPopoverPage implements OnInit {
this.goBack();
} catch (error) {
this.httpErrorHandle.httpStatusHandle(error)
this.toastService.badRequest();
}
finally {
loader.remove()
@@ -141,7 +140,7 @@ export class EventActionsPopoverPage implements OnInit {
}
async rejeitar() {
let body = { "serialNumber": this.serialNumber, "action": "Rejeitar" }
let body = { "serialNumber": this.serialNumber, "action": "Descartar" }
const loader = this.toastService.loading();
try {