fix the tooltip for the knowledge base's firecrawl max depth attribute
This commit is contained in:
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…
Reference in New Issue
Block a user