mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 11:48:10 +08:00
Fix: Metadata,chunk,dataset Related bugs (#13760)
### What problem does this PR solve? Fix: Metadata,chunk,dataset Related bugs - metadata not show add button #13731 - chunk edit question style - dataset modified chunk method bug ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -181,7 +181,7 @@ export function ChunkMethodDialog({
|
||||
});
|
||||
|
||||
const selectedTag = useWatch({
|
||||
name: 'chunk_method',
|
||||
name: 'parser_id',
|
||||
control: form.control,
|
||||
});
|
||||
const isMineruSelected =
|
||||
|
||||
Reference in New Issue
Block a user