diff --git a/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js b/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js index f8bd3958d7e..b7e3ff21c19 100644 --- a/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js +++ b/products/ASC.Files/Client/src/pages/Home/Section/Header/index.js @@ -295,7 +295,7 @@ class SectionHeaderContent extends React.Component { onBackToParentFolder = () => { const { setIsLoading, parentId, filter, fetchFiles } = this.props; setIsLoading(true); - fetchFiles(parentId, filter).finally(() => setIsLoading(false)); + fetchFiles(parentId, null, true, false).finally(() => setIsLoading(false)); }; onCheck = (checked) => {