@vendure/admin-ui 3.3.6-master-202507110238 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -906,7 +906,6 @@ class CustomerGroupDetailComponent extends TypedBaseDetailComponent {
906
906
  name: entity.name,
907
907
  });
908
908
  if (this.customFields.length) {
909
- const customFieldsGroup = this.detailForm.get(['customFields']);
910
909
  this.setCustomFieldFormValues(this.customFields, this.detailForm.get('customFields'), entity);
911
910
  }
912
911
  }