Merge pull request #1229 from ONLYOFFICE/bugfix/delete-extra-group-search

Fixed Bug 61280 - Web: Client: added a check for the trash section to…
This commit is contained in:
Alexey Safronov 2023-02-22 12:11:48 +04:00 committed by GitHub
commit d22ed67065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -924,7 +924,7 @@ const SectionFilterContent = ({
filterOptions.push(...thirdPartyOptions);
}
} else {
if (!isRecentFolder && !isFavoritesFolder) {
if (!isRecentFolder && !isFavoritesFolder && !isTrash) {
const foldersOptions = [
{
key: FilterGroups.filterFolders,