mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									f8e8d2f7ab
								
							
						
					
					
						commit
						dd85280a32
					
				| @ -596,6 +596,8 @@ const EntityTable = ({ | ||||
|                       )} | ||||
| 
 | ||||
|                       {cell.column.id === 'dataTypeDisplay' && ( | ||||
|                         <> | ||||
|                           {cell.value ? ( | ||||
|                             <> | ||||
|                               {isReadOnly ? ( | ||||
|                                 <div className="tw-flex tw-flex-wrap tw-w-60 tw-overflow-x-auto"> | ||||
| @ -610,7 +612,9 @@ const EntityTable = ({ | ||||
|                                       <PopOver | ||||
|                                         html={ | ||||
|                                           <div className="tw-break-words"> | ||||
|                                         <span>{cell.value.toLowerCase()}</span> | ||||
|                                             <span> | ||||
|                                               {cell.value.toLowerCase()} | ||||
|                                             </span> | ||||
|                                           </div> | ||||
|                                         } | ||||
|                                         position="bottom" | ||||
| @ -631,6 +635,10 @@ const EntityTable = ({ | ||||
|                                 </> | ||||
|                               )} | ||||
|                             </> | ||||
|                           ) : ( | ||||
|                             '--' | ||||
|                           )} | ||||
|                         </> | ||||
|                       )} | ||||
| 
 | ||||
|                       {cell.column.id === 'tags' && ( | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Aniket Katkar
						Aniket Katkar