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:
balibabu
2026-04-13 16:18:25 +08:00
committed by GitHub
parent 5ece2d8aa8
commit a023305b96

View File

@@ -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,