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.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.cjs.js
CHANGED
|
@@ -12865,7 +12865,7 @@ const truncateText = (text, maxLength = 27) => {
|
|
|
12865
12865
|
return `${text.substring(0, maxLength)}...`;
|
|
12866
12866
|
};
|
|
12867
12867
|
const timeUtils = timeUtilsMethods;
|
|
12868
|
-
const useApps = (tab) => {
|
|
12868
|
+
const useApps = (tab = AppCategory.ALL) => {
|
|
12869
12869
|
const userType = reactRedux.useSelector(
|
|
12870
12870
|
(state) => state.account.user?.type
|
|
12871
12871
|
);
|