sevago-sso-fe 1.0.20 → 1.0.21
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24213,7 +24213,7 @@ var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
|
24213
24213
|
AppType2["EXPAND_MENU"] = "expand-menu";
|
|
24214
24214
|
return AppType2;
|
|
24215
24215
|
})(AppType || {});
|
|
24216
|
-
const useApps = (tab
|
|
24216
|
+
const useApps = (tab) => {
|
|
24217
24217
|
const userType = useSelector(
|
|
24218
24218
|
(state) => state.account.user?.type
|
|
24219
24219
|
);
|