@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.
@@ -2151,7 +2151,7 @@ class ZoneDetailDialogComponent {
2151
2151
  constructor(serverConfigService, formBuilder) {
2152
2152
  this.serverConfigService = serverConfigService;
2153
2153
  this.formBuilder = formBuilder;
2154
- this.customFields = this.serverConfigService.getCustomFieldsFor('CustomerGroup');
2154
+ this.customFields = this.serverConfigService.getCustomFieldsFor('Zone');
2155
2155
  }
2156
2156
  ngOnInit() {
2157
2157
  var _a;