mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Messages
This commit is contained in:
@@ -177,7 +177,7 @@ export class CreateProcessPage implements OnInit {
|
||||
|
||||
try {
|
||||
await this.processes.postDespatcho(this.postData).toPromise()
|
||||
this.successMessage()
|
||||
this.successMessage('')
|
||||
} catch (error) {
|
||||
this.badRequest()
|
||||
}
|
||||
@@ -578,7 +578,7 @@ export class CreateProcessPage implements OnInit {
|
||||
leaveAnimation,
|
||||
component: BadRequestPage,
|
||||
componentProps: {
|
||||
message: message || 'Processo efetuado' ,
|
||||
message: message || 'Processo não efetuado' ,
|
||||
},
|
||||
cssClass: 'notification-modal'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user