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);