Fix active custom menu button

This commit is contained in:
Alexis Faizeau 2022-02-07 17:25:55 +01:00
parent 862c502bea
commit c2da4c3906

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 {