mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 22:57:26 +08:00
fix: switch to parent child not use qualified
This commit is contained in:
parent
6d689317ea
commit
41039f09bf
@ -186,6 +186,8 @@ const StepTwo = ({
|
||||
setIsQAConfirmDialogOpen(true)
|
||||
return
|
||||
}
|
||||
if (value === ChuckingMode.parentChild && indexType === IndexingType.ECONOMICAL)
|
||||
setIndexType(IndexingType.QUALIFIED)
|
||||
setDocForm(value)
|
||||
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
||||
currentEstimateMutation.reset()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user