Skip to content

Commit 41d3ebb

Browse files
Copilotrenemadsen
andcommitted
Fix missing this. prefix and import comma issues
Co-authored-by: renemadsen <[email protected]>
1 parent f93cd9b commit 41d3ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eform-client/src/app/plugins/modules/backend-configuration-pn/components/properties/properties-page/properties-table/properties-table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class PropertiesTableComponent implements OnInit {
6969

7070

7171
constructor() {
72-
iconRegistry.addSvgIconLiteral('file-word', sanitizer.bypassSecurityTrustHtml(WordIcon));
72+
this.iconRegistry.addSvgIconLiteral('file-word', this.sanitizer.bypassSecurityTrustHtml(WordIcon));
7373
}
7474

7575

eform-client/src/app/plugins/modules/backend-configuration-pn/components/properties/property-actions/property-docx-report-modal/property-docx-report-modal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {
2-
Component
2+
Component,
33
OnDestroy,
44
OnInit,
55
inject

0 commit comments

Comments
 (0)