From fc717160441a2a13e17c4a2e6ff6f087eb6d8600 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Wed, 7 Oct 2020 15:21:26 +0300 Subject: [PATCH] Web: Files: fixed SectionFilter import --- .../Client/src/components/pages/Home/Section/Filter/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Filter/index.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Filter/index.js index 93224b8ee4..947db36fb2 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Filter/index.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Filter/index.js @@ -1,7 +1,7 @@ import React from "react"; import { connect } from "react-redux"; import { fetchFiles, setViewAs, setIsLoading } from "../../../../../store/files/actions"; -import { getFilter, getSelectedFolderId, getViewAs, getFilterSelectedItem } from "../../../../../store/files/selection"; +import { getFilter, getSelectedFolderId, getViewAs, getFilterSelectedItem } from "../../../../../store/files/selectors"; import find from "lodash/find"; import result from "lodash/result"; import { withTranslation } from "react-i18next";