From fa9f2cd1a19237e195cc5aa93e855780411f8ded Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 12 Sep 2021 15:02:55 +0300 Subject: [PATCH] fixe param issue --- .../work-list-main-itg/work-list-main-itg.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts index 7fbf07f0..539e308d 100644 --- a/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts +++ b/Mohem/src/app/notification/work-list-main-itg/work-list-main-itg.component.ts @@ -460,7 +460,7 @@ export class WorkListMainItgComponent implements OnInit { } - selectAtion(actionSelected, info) { + selectAtion(actionSelected, info?) { this.actionSelected = actionSelected; if (this.actionSelected === 'Answer') { this.actionService(5, this.commentText);