From ff2f7724a45ed355e7e3412a6dfe9d11720662d8 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Thu, 3 Mar 2022 16:02:35 +0300 Subject: [PATCH] fixing delegeate function in ITG --- .../work-list-replacement-itg.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);