This commit is contained in:
Peter Maquiran
2021-06-08 16:56:48 +01:00
parent 1a9c8eec0d
commit 574aac6615
26 changed files with 86 additions and 84 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export class DelegarPage implements OnInit {
this.successMessage('Processo delegado')
},
(error)=>{
this.badRequest()
this.badRequest("Processo não delegado")
});
this.goBack();
}