gamma-app-controller 2.0.7 → 2.0.8
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/lib/application-controller/application-menu-controller/application-create-menu/application-create-menu.component.mjs +2 -1
- package/fesm2015/gamma-app-controller.mjs +1 -0
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +1 -0
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13593,6 +13593,7 @@ class ApplicationCreateMenuComponent {
|
|
|
13593
13593
|
}
|
|
13594
13594
|
});
|
|
13595
13595
|
}
|
|
13596
|
+
this.getParentMenuList();
|
|
13596
13597
|
}
|
|
13597
13598
|
getParentMenuList() {
|
|
13598
13599
|
this.paparentMenuDatasource = [];
|