Web: Files: fixed toastr error

This commit is contained in:
Nikita Gopienko 2021-05-05 16:11:07 +03:00
parent 3365d1a1dc
commit 7bfb525bd5

View File

@ -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}