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.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 = AppCategory.ALL) => {
24216
+ const useApps = (tab) => {
24217
24217
  const userType = useSelector(
24218
24218
  (state) => state.account.user?.type
24219
24219
  );