diff --git a/packages/client/src/store/UploadDataStore.js b/packages/client/src/store/UploadDataStore.js index 50c4ed7f0e..65700321c5 100644 --- a/packages/client/src/store/UploadDataStore.js +++ b/packages/client/src/store/UploadDataStore.js @@ -59,7 +59,7 @@ import { getCategoryTypeByFolderType, getCategoryUrl, } from "SRC_DIR/helpers/utils"; -import { Link } from "@docspace/shared/components/link"; +import { Link, LinkTarget, LinkType } from "@docspace/shared/components/link"; import { globalColors } from "@docspace/shared/themes"; class UploadDataStore { @@ -1583,6 +1583,8 @@ class UploadDataStore { { toastr.clear(); this.setUploadPanelVisible(true);