This commit is contained in:
tiago.kayaya
2021-04-09 09:16:14 +01:00
parent f9745298d3
commit 824a953e8c
3 changed files with 5 additions and 3 deletions
@@ -135,7 +135,7 @@ export class ApproveEventModalPage implements OnInit {
this.alertService.presentAlert('Operação realizada com sucesso!');
}
else{
this.alertService.presentAlert('Operação cancelada!');
//this.alertService.presentAlert('Operação cancelada!');
}
});
}