Skip to content

Commit

Permalink
web-apps(front): Fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
  • Loading branch information
Orfeas Kourkakis committed Jan 19, 2023
1 parent d14c587 commit e142f72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ export class ComponentValueComponent implements OnInit {
onAttach(ref: ComponentRef<TableColumnComponent>) {
this.componentRef = ref;
this.componentRef.instance.element = this.element;
/* eslint-disable */
if (this.componentRef.instance?.['emitter']) {
this.componentRef.instance['emitter'] = this.emitter;
}
/* eslint-enable */
}
}

0 comments on commit e142f72

Please sign in to comment.