From 7bfb525bd5fcec89bfddf0316a715fa188a6aed4 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Wed, 5 May 2021 16:11:07 +0300 Subject: [PATCH] Web: Files: fixed toastr error --- .../Client/src/pages/VersionHistory/Section/Body/VersionRow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/products/ASC.Files/Client/src/pages/VersionHistory/Section/Body/VersionRow.js b/products/ASC.Files/Client/src/pages/VersionHistory/Section/Body/VersionRow.js index d7af931dae..5e2f221f22 100644 --- a/products/ASC.Files/Client/src/pages/VersionHistory/Section/Body/VersionRow.js +++ b/products/ASC.Files/Client/src/pages/VersionHistory/Section/Body/VersionRow.js @@ -13,6 +13,7 @@ import StyledVersionRow from "./StyledVersionRow"; import ExternalLinkIcon from "../../../../../public/images/external.link.react.svg"; import commonIconsStyles from "@appserver/components/utils/common-icons-style"; import { inject, observer } from "mobx-react"; +import toastr from "studio/toastr"; const StyledExternalLinkIcon = styled(ExternalLinkIcon)` ${commonIconsStyles}