@syncfusion/ej2-navigations 19.4.48 → 19.4.50

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.
@@ -2463,12 +2463,10 @@ let MenuBase = class MenuBase extends Component {
2463
2463
  }
2464
2464
  const navIdx = this.getIndex(idx, isUniqueId);
2465
2465
  const newItem = this.getItem(navIdx);
2466
- newItem.id = item.id || newItem.id;
2467
2466
  newItem.iconCss = item.iconCss || newItem.iconCss;
2468
2467
  newItem.text = item.text || newItem.text;
2469
2468
  newItem.url = item.url || newItem.url;
2470
2469
  newItem.separator = item.separator || newItem.separator;
2471
- newItem.items = item.items || newItem.items;
2472
2470
  }
2473
2471
  getItem(navIdx) {
2474
2472
  navIdx = navIdx.slice();