fix message

This commit is contained in:
Peter Maquiran
2023-02-01 18:03:08 +01:00
parent d61b70bbd0
commit 31d151ebf0
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export class ForwardPage implements OnInit {
"AttachmentList" :docs,
}
this.processes.CompleteParecerPrTask(body).subscribe(res=>{
this.toastService._successMessage('Processo delegado');
this.toastService._successMessage('Processo Reencaminhado');
this.goBack();
},
(error)=>{