Revert "Profile: Settings: Ar-Sa: Fix cannot read properties of undefined (reading 'blank")"

This reverts commit 5c435eba5c.
This commit is contained in:
Alexey Safronov 2024-08-21 14:25:21 +04:00
parent 7fa2e57f95
commit 5128ffd675

View File

@ -59,7 +59,7 @@ import {
getCategoryTypeByFolderType,
getCategoryUrl,
} from "SRC_DIR/helpers/utils";
import { Link, LinkTarget, LinkType } from "@docspace/shared/components/link";
import { Link } from "@docspace/shared/components/link";
import { globalColors } from "@docspace/shared/themes";
class UploadDataStore {
@ -1583,8 +1583,6 @@ class UploadDataStore {
<Link
isHovered
color={globalColors.link}
type={LinkType.action}
target={LinkTarget.self}
onClick={() => {
toastr.clear();
this.setUploadPanelVisible(true);