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

This commit is contained in:
Alexey Safronov 2024-08-20 19:34:52 +04:00
parent 445bf4224b
commit 5c435eba5c

View File

@ -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 {
<Link
isHovered
color={globalColors.link}
type={LinkType.action}
target={LinkTarget.self}
onClick={() => {
toastr.clear();
this.setUploadPanelVisible(true);