From 5c435eba5c4bb40f743f640a89e647a9bdc720fb Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Tue, 20 Aug 2024 19:34:52 +0400 Subject: [PATCH] Profile: Settings: Ar-Sa: Fix cannot read properties of undefined (reading 'blank") --- packages/client/src/store/UploadDataStore.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);