diff --git a/products/ASC.Files/Client/src/components/Article/Body/Items.js b/products/ASC.Files/Client/src/components/Article/Body/Items.js index 76c8027161..7fc84b51f4 100644 --- a/products/ASC.Files/Client/src/components/Article/Body/Items.js +++ b/products/ASC.Files/Client/src/components/Article/Body/Items.js @@ -390,8 +390,13 @@ export default inject( uploadDataStore, dialogsStore, }) => { - const { selection, dragging, setDragging, setStartDrag, trashIsEmpty } = - filesStore; + const { + selection, + dragging, + setDragging, + setStartDrag, + trashIsEmpty, + } = filesStore; const { startUpload } = uploadDataStore; diff --git a/products/ASC.Files/Client/src/components/Article/Body/index.js b/products/ASC.Files/Client/src/components/Article/Body/index.js index ffc45c7c56..4edf4c6dba 100644 --- a/products/ASC.Files/Client/src/components/Article/Body/index.js +++ b/products/ASC.Files/Client/src/components/Article/Body/index.js @@ -52,6 +52,7 @@ const ArticleBodyContent = (props) => { toggleArticleOpen, setIsLoading, fetchFiles, + fetchRooms, homepage, @@ -72,7 +73,7 @@ const ArticleBodyContent = (props) => { ? RoomSearchArea.Active : RoomSearchArea.Archive; - fetchRooms(searchArea, null, true, false) + fetchRooms(searchArea, null) .then(() => { if (filesSection) { const filter = RoomsFilter.getDefault();