From 20aa1226b658874f077349ecd915d9dc06f6ebdf Mon Sep 17 00:00:00 2001 From: NabeelAyubee Date: Tue, 10 Sep 2024 17:13:06 +0530 Subject: [PATCH] added multiroottenant check --- .../packages/modules/core/src/App.js | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/micro-ui/web/micro-ui-internals/packages/modules/core/src/App.js b/micro-ui/web/micro-ui-internals/packages/modules/core/src/App.js index 99d94c4850a..ff815ac3504 100644 --- a/micro-ui/web/micro-ui-internals/packages/modules/core/src/App.js +++ b/micro-ui/web/micro-ui-internals/packages/modules/core/src/App.js @@ -98,15 +98,22 @@ export const DigitAppWrapper = ({ stateCode, modules, appTenants, logoUrl, initD } > - - - - - - - - - + {Digit.Utils.getMultiRootTenant() && ( + + + + + + + + + + + + + + + )} {window?.globalPath !== window?.contextPath && (