Merge branch 'develop' into vite

This commit is contained in:
Lukas Hass
2022-02-13 11:46:26 +01:00
65 changed files with 1905 additions and 826 deletions
+1
View File
@@ -69,6 +69,7 @@
} else {
const customMenu = customMenuIframe.get(menu.label);
if (customMenu !== undefined) {
activeSubMenu = menu;
props = { url: customMenu.url, allowApi: customMenu.allowApi };
activeComponent = CustomSubMenu;
} else {