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

fix/tooltip
Yi 2 years ago
parent 3a071b8db9
commit 2474dbdff0

@ -38,7 +38,7 @@ const Field: FC<Props> = ({
popupContent={ popupContent={
<div className='w-[200px]'>{tooltip}</div> <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> </div>

Loading…
Cancel
Save