SUPPORT-9512: fix
This commit is contained in:
parent
d4555d0beb
commit
b25f9e4e1b
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export class LinkClickHandler extends Behavior {
|
|||
private el: ElementRef;
|
||||
|
||||
initialize() {
|
||||
this.auditService = this.injector.get(AuditService);
|
||||
this.control = this.getScript(Control);
|
||||
this.el = this.control.getEl();
|
||||
super.initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue