diff --git a/ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.html b/ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.html index 2f370baa0f..8ffad9f9c9 100644 --- a/ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.html +++ b/ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.html @@ -112,7 +112,7 @@ cdkDropList cdkDropListOrientation="vertical" [cdkDropListDisabled]="!dragEnabled" (cdkDropListDropped)="keyDrop($event)"> - @for (keyControl of levelsFormArray().controls; track keyControl; ) { + @for (keyControl of levelsFormArray().controls; track keyControl) {
- @for (actionDescriptor of alarm.actionCellButtons; track actionDescriptor) { + @for (actionDescriptor of alarm.actionCellButtons; track actionDescriptor.id) { @if (actionDescriptor.icon) { - @for (actionDescriptor of entity.actionCellButtons; track actionDescriptor) { + @for (actionDescriptor of entity.actionCellButtons; track actionDescriptor.id) { @if (actionDescriptor.icon) { - @for (actionDescriptor of row.actionCellButtons; track actionDescriptor) { + @for (actionDescriptor of row.actionCellButtons; track actionDescriptor.id) { @if (actionDescriptor.icon) {