@bindu-dashing/dam-solution-v2 5.8.23 → 5.8.25

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.
@@ -16,7 +16,7 @@ import { deleteFolders, } from "../react-query/services/folder-services";
16
16
  import { generateFoldersQueryKey, invalidateData, } from "../utilities/constants/queryKeys";
17
17
  import { createApiClient } from "../hocs/configureAxios";
18
18
  import { useDamConfig } from "../hocs/DamConfigContext";
19
- import { MY_DRIVE_SCREEN, SUBFOLDERS_SCREEN, } from "../utilities/constants/routes";
19
+ import { MY_DRIVE_SCREEN, } from "../utilities/constants/routes";
20
20
  import useAppNavigate from "../utilities/useAppNavigate";
21
21
  import { AiOutlineSortDescending } from "react-icons/ai";
22
22
  import { AiOutlineSortAscending } from "react-icons/ai";
@@ -237,7 +237,8 @@ function FolderTree({ currentRootId, expandedKeys, selectedKeys, handleExpand, s
237
237
  setSelectedKeys(selected);
238
238
  if (get(selected, "length") > 0) {
239
239
  const selectedId = selected[get(selected, "length", 0) - 1];
240
- navigate(SUBFOLDERS_SCREEN.replace(":folderId", selectedId));
240
+ // navigate(SUBFOLDERS_SCREEN.replace(":folderId", selectedId));
241
+ console.log('## selectedId', selectedId);
241
242
  }
242
243
  };
243
244
  useEffect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution-v2",
3
- "version": "5.8.23",
3
+ "version": "5.8.25",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@emoji-mart/data": "^1.2.1",