@bindu-dashing/dam-solution-v2 5.8.30 → 5.8.31

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.
@@ -72,6 +72,7 @@ function DriveContainer({ parentFolderId, setSelectedFile, setParentFolderId, pi
72
72
  }
73
73
  return params;
74
74
  };
75
+ console.log('## folderId', parentFolderId);
75
76
  const { data: foldersPaginatedData, isLoading, hasNextPage, fetchNextPage, refetch, isFetching, error, } = useFolders(api, generateFoldersQueryKey(type), merge({}, Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({ page: DEFAULT_PAGE }, (type ? { category: type } : {})), (!!imagePicker
76
77
  ? {
77
78
  includeSubFolders: get(imagePicker, "includeSubFolders", true),
@@ -97,6 +98,7 @@ function DriveContainer({ parentFolderId, setSelectedFile, setParentFolderId, pi
97
98
  }
98
99
  }, []);
99
100
  const folders = useMemo(() => {
101
+ console.log('## foldersPaginatedData', foldersPaginatedData);
100
102
  return !!foldersPaginatedData
101
103
  ? flatMap(get(foldersPaginatedData, "pages"), "folders")
102
104
  : [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution-v2",
3
- "version": "5.8.30",
3
+ "version": "5.8.31",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@emoji-mart/data": "^1.2.1",