Skip to content

Commit f30efdb

Browse files
committed
Fixed issue with re-rendering of selected Hubspot field in mapper.
1 parent f47e280 commit f30efdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Forms.Extensions.Crm.Hubspot/App_Plugins/UmbracoFormsExtensions/Hubspot/hubspot-field-mapper-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<div class="umb-forms-mapping-field">
2727
<select class="-full-width"
28-
ng-options="field.value as field.name for field in vm.hubspotFields track by field.value"
28+
ng-options="field.value as field.name for field in vm.hubspotFields"
2929
ng-model="mapping.hubspotField"
3030
ng-change="vm.stringifyValue()">
3131
</select>

0 commit comments

Comments
 (0)