Skip to content

Commit 22324e9

Browse files
Copilotrenemadsen
andcommitted
Remove unnecessary 'this' reference in template
Co-authored-by: renemadsen <[email protected]>
1 parent 3921a98 commit 22324e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/plugins/modules/backend-configuration-pn/modules/area-rules/components/area-rules-table/area-rules-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h3 class="mt-3">{{'Chemicals' | translate}}</h3>
162162
mat-menu-item
163163
id="updateEntityList-t3-{{i}}"
164164
class="updateEntityList"
165-
(click)="onShowEditEntityListModal(this.selectedArea.groupId)"
165+
(click)="onShowEditEntityListModal(selectedArea.groupId)"
166166
>
167167
<mat-icon color="accent">list</mat-icon>
168168
<span>{{ 'Edit list of stables for tailbites' | translate }}</span>

0 commit comments

Comments
 (0)