Skip to content
Snippets Groups Projects
Verified Commit a4cb72a7 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7473 remove unnecessary binding

Based on CR comment.
parent 069d2d5b
No related branches found
No related tags found
1 merge request!104Administration: Neu hinzugefügte Felder für Statistik speichern
<form [formGroup]="formService.form">
<div class="flex flex-col" [formArrayName]="AggregationMappingFormService.FIELD_MAPPINGS">
<div *ngFor="let ignore of mappingsFormArray; let i = index">
<admin-aggregation-mapping-field-form
[index]="i"
[attr.data-test-id]="'aggregation-mapping-field-mapping-form-' + i"
></admin-aggregation-mapping-field-form>
</div>
</div>
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment