mirror of https://github.com/langgenius/dify.git
wip: refactor
This commit is contained in:
parent
dfebcd0ea7
commit
cc2a9cdf37
|
|
@ -177,6 +177,8 @@ const StepTwo = ({
|
|||
setDocForm(value)
|
||||
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
||||
currentEstimateMutation.reset()
|
||||
if (value === ChuckingMode.parentChild)
|
||||
setIndexType(IndexingType.QUALIFIED)
|
||||
}
|
||||
|
||||
const [docLanguage, setDocLanguage] = useState<string>(
|
||||
|
|
|
|||
Loading…
Reference in New Issue