mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-08 12:24:48 +08:00
Fix: The chat page is not displaying the meta tags. (#14071)
### What problem does this PR solve? Fix: The chat page is not displaying the meta tags. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -52,7 +52,7 @@ export function MetadataFilter({
|
||||
|
||||
const kbIds: string[] = useWatch({
|
||||
control: form.control,
|
||||
name: prefix + 'kb_ids',
|
||||
name: prefix + 'dataset_ids',
|
||||
});
|
||||
const metadata = useWatch({
|
||||
control: form.control,
|
||||
|
||||
Reference in New Issue
Block a user