mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-31 18:48:35 +00:00
Fix : Services search visible only after service count increases by 10
This commit is contained in:
parent
e808c339eb
commit
617ca4be3f
@ -423,7 +423,7 @@ const ServicesPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="tw-flex">
|
<div className="tw-flex">
|
||||||
<div className="tw-w-4/12">
|
<div className="tw-w-4/12">
|
||||||
{searchText || serviceList.length > 0 ? (
|
{searchText || serviceList.length > 10 ? (
|
||||||
<Searchbar
|
<Searchbar
|
||||||
placeholder={`Search for ${servicesDisplayName[serviceName]}...`}
|
placeholder={`Search for ${servicesDisplayName[serviceName]}...`}
|
||||||
searchValue={searchText}
|
searchValue={searchText}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user