ngx-wapp-components 3.0.29-alpha.3 → 3.0.29-alpha.4

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.
@@ -3203,7 +3203,7 @@ class WListFieldComponent {
3203
3203
  this.options = this.options.map((o) => {
3204
3204
  return {
3205
3205
  ...o,
3206
- name: this.translationsOptions[o.value]
3206
+ name: this.translationsOptions[o.value] ?? o.name
3207
3207
  };
3208
3208
  });
3209
3209
  }