Web:Selector fix

This commit is contained in:
Akmal Isomadinov 2023-11-09 20:04:25 +05:00
parent 919d1f425d
commit 72f0248d46

View File

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