sevago-sso-fe 1.0.27 → 1.0.28

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
@@ -12847,7 +12847,7 @@ const truncateText = (text, maxLength = 27) => {
12847
12847
  return `${text.substring(0, maxLength)}...`;
12848
12848
  };
12849
12849
  const timeUtils = timeUtilsMethods;
12850
- const useApps = (tab) => {
12850
+ const useApps = (tab = AppCategory.ALL) => {
12851
12851
  const userType = useSelector(
12852
12852
  (state) => state.account.user?.type
12853
12853
  );