mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 23:55:06 +08:00
fix: unable to save ingestion pipeline config without modifying children delimiter (#11991)
…ildren delimiter ### What problem does this PR solve? Fix the issue of unable to save **Files > Ingestion Pipeline (Modal)** config without modifying children delimiter ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -72,7 +72,7 @@ export function SavingButton() {
|
||||
// Unset children delimiter if this option is not enabled
|
||||
children_delimiter: values.parser_config.enable_children
|
||||
? values.parser_config.children_delimiter
|
||||
: null,
|
||||
: '',
|
||||
},
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user