Compare commits

...

1 Commits

Author SHA1 Message Date
Yi
2474dbdff0 fix the tooltip for the knowledge base's firecrawl max depth attribute 2024-08-28 17:09:30 +08:00

View File

@ -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>