Skip to content

Commit ec821f9

Browse files
committed
fix index
1 parent 5c7a1e8 commit ec821f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fusio-sdk/src/lib/component/form/map/form-map.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
@else if (service) {
1212
<fusio-form-autocomplete id="{{name()}}-{{property.key}}" name="{{name()}}-{{property.key}}" [service]="service" [data]="property.value" (dataChange)="doChange($index, $event)" [useId]="useId()" [useTilde]="useTilde()" [disabled]="disabled()">
13-
<button class="btn btn-danger" type="button" (click)="doRemove(i)"><i class="bi bi-x"></i></button>
13+
<button class="btn btn-danger" type="button" (click)="doRemove($index)"><i class="bi bi-x"></i></button>
1414
</fusio-form-autocomplete>
1515
}
1616
</div>

0 commit comments

Comments
 (0)