Web:Client:Fix.

This commit is contained in:
Vlada Gazizova 2022-09-20 11:42:38 +03:00
parent f2a747d712
commit 3dfbb79d29

View File

@ -74,7 +74,7 @@ const RootFolderContainer = (props) => {
} else {
setIsEmptyPage(false);
}
}, [isEmptyPage, setIsEmptyPage]);
}, [isEmptyPage, setIsEmptyPage, rootFolderType]);
const onGoToMyDocuments = () => {
const newFilter = filter.clone();