improve message

This commit is contained in:
Peter Maquiran
2023-02-06 10:55:44 +01:00
parent 79b8b28ce4
commit 092f5f7f6f
2 changed files with 5 additions and 6 deletions
@@ -128,7 +128,6 @@ export class EventActionsPopoverPage implements OnInit {
try {
await this.processes.PostTaskAction(body).toPromise();
this.toastService._successMessage('Evento enviado para revisão');
this.toastService.successMessage('Pedido enviado');
this.goBack();
} catch (error) {
if(error.status == 0) {