sixseconds-modules 1.6.18 → 1.6.19
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -10322,7 +10322,7 @@ const Notification = ({ setInitialState, notificationAccessApps, initialState, t
|
|
|
10322
10322
|
};
|
|
10323
10323
|
const AppMenus = ({ menuItems, setInitialState, t: t2, appName, router }) => {
|
|
10324
10324
|
const handleRedirection2 = (appName2, url2, type) => {
|
|
10325
|
-
if (router && appName2 === APP_NAMES.sso) {
|
|
10325
|
+
if (router && appName2 === APP_NAMES.sso && type === "tab") {
|
|
10326
10326
|
router.push(url2);
|
|
10327
10327
|
} else {
|
|
10328
10328
|
if (type === "app") {
|