diff --git a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts index 9ef56f82..3f6f35c9 100644 --- a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts +++ b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.ts @@ -177,10 +177,10 @@ export class WorkListReplacementItgComponent implements OnInit { if (this.selEmp) { data = this.selEmp; // this.messageSuccess = true; - this.cs.greenToastPK('worklist', 'save-successfully'); + // this.cs.greenToastPK('worklist', 'save-successfully'); } else { data = null; - this.cs.redToastPK('worklist', 'save-error'); + // this.cs.redToastPK('worklist', 'save-error'); } if (typeof this.callback == 'function') { this.callback(data);