@esolve/ng-esolve-connect 0.32.0 → 0.32.1

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.
@@ -3719,7 +3719,7 @@ class EsolveMenuItem {
3719
3719
  this.children = [];
3720
3720
  if (record) {
3721
3721
  this.id = +(record.id ?? 0);
3722
- this.url = record.url ?? '';
3722
+ this.url = record.sef_url ?? '';
3723
3723
  this.name = record.name ?? '';
3724
3724
  this.module = record.module ?? '';
3725
3725
  if (record.target &&