Merge branch 'release/v2.0.0' of github.com:ONLYOFFICE/DocSpace-client into release/v2.0.0

This commit is contained in:
Nikita Gopienko 2023-11-09 18:25:23 +03:00
commit 10aac56a95

View File

@ -165,7 +165,7 @@ const Body = ({
)
) : null}
{isSearchLoading ? (
{isSearchLoading || isBreadCrumbsLoading ? (
searchLoader
) : withSearch || isSearch || (itemsCount > 0 && withSearch) ? (
<Search