@sumaris-net/ngx-components 2.4.124 → 2.4.125
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.
- package/esm2020/src/app/core/menu/menu.service.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/menu/menu.service.d.ts +1 -1
|
@@ -22878,7 +22878,7 @@ class MenuService extends StartableObservableService {
|
|
|
22878
22878
|
// TODO Restore old excluded items
|
|
22879
22879
|
// this.addSubMenuItems();
|
|
22880
22880
|
}));
|
|
22881
|
-
return
|
|
22881
|
+
return undefined; // not yet loaded
|
|
22882
22882
|
}
|
|
22883
22883
|
async loadMenuItems(config, account) {
|
|
22884
22884
|
if (this._debug)
|