Bläddra i källkod

fix: crawl options max length can not set 0 (#7758)

Co-authored-by: Yi <yxiaoisme@gmail.com>
tags/0.7.3
Joel 1 år sedan
förälder
incheckning
7541a492b7
Inget konto är kopplat till bidragsgivarens mejladress

+ 1
- 1
web/app/components/datasets/create/website/firecrawl/base/field.tsx Visa fil

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>

+ 1
- 1
web/app/components/datasets/create/website/firecrawl/base/input.tsx Visa fil

isNumber?: boolean isNumber?: boolean
} }


const MIN_VALUE = 1
const MIN_VALUE = 0


const Input: FC<Props> = ({ const Input: FC<Props> = ({
value, value,

Laddar…
Avbryt
Spara