fix the tooltip for the knowledge base's firecrawl max depth attribute

This commit is contained in:
Yi 2024-08-28 17:09:30 +08:00
parent 3a071b8db9
commit 2474dbdff0

View File

@ -38,7 +38,7 @@ const Field: FC<Props> = ({
popupContent={
<div className='w-[200px]'>{tooltip}</div>
}
popupClassName='relative top-[3px] w-3 h-3 ml-1'
triggerClassName='ml-0.5 w-4 h-4'
/>
)}
</div>