@vendure/admin-ui 2.0.0-next.20 → 2.0.0-next.21

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.
@@ -2061,7 +2061,7 @@ class ZoneDetailDialogComponent {
2061
2061
  constructor(serverConfigService, formBuilder) {
2062
2062
  this.serverConfigService = serverConfigService;
2063
2063
  this.formBuilder = formBuilder;
2064
- this.customFields = this.serverConfigService.getCustomFieldsFor('CustomerGroup');
2064
+ this.customFields = this.serverConfigService.getCustomFieldsFor('Zone');
2065
2065
  }
2066
2066
  ngOnInit() {
2067
2067
  this.form = this.formBuilder.group({