mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-30 18:17:53 +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 className="tw-flex"> | ||||
|               <div className="tw-w-4/12"> | ||||
|                 {searchText || serviceList.length > 0 ? ( | ||||
|                 {searchText || serviceList.length > 10 ? ( | ||||
|                   <Searchbar | ||||
|                     placeholder={`Search for ${servicesDisplayName[serviceName]}...`} | ||||
|                     searchValue={searchText} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 darth-coder00
						darth-coder00