@vendure/admin-ui 1.8.1 → 1.8.2

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.
@@ -2749,7 +2749,7 @@
2749
2749
  function ZoneDetailDialogComponent(serverConfigService, formBuilder) {
2750
2750
  this.serverConfigService = serverConfigService;
2751
2751
  this.formBuilder = formBuilder;
2752
- this.customFields = this.serverConfigService.getCustomFieldsFor('CustomerGroup');
2752
+ this.customFields = this.serverConfigService.getCustomFieldsFor('Zone');
2753
2753
  }
2754
2754
  ZoneDetailDialogComponent.prototype.ngOnInit = function () {
2755
2755
  var e_1, _b;