ngx-wapp-components 3.0.29 → 3.0.30

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.
@@ -5958,7 +5958,7 @@ class WFilterPanelComponent {
5958
5958
  if (fields.hasOwnProperty(key)) {
5959
5959
  fields[key].field = key;
5960
5960
  fields[key].name = this.translationsObject.fields[key];
5961
- if (this.translationsObject?.extraCompositeFieldName[key]) {
5961
+ if (this.translationsObject.extraCompositeFieldName && this.translationsObject?.extraCompositeFieldName[key]) {
5962
5962
  fields[key].extraName = this.translationsObject.extraCompositeFieldName[key];
5963
5963
  }
5964
5964
  }