From a023305b96f1c702c9f315ba1f8d334ff7d63c07 Mon Sep 17 00:00:00 2001 From: balibabu Date: Mon, 13 Apr 2026 16:18:25 +0800 Subject: [PATCH] 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) --- web/src/components/metadata-filter/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/metadata-filter/index.tsx b/web/src/components/metadata-filter/index.tsx index 988ad8b8c..e87fc07c8 100644 --- a/web/src/components/metadata-filter/index.tsx +++ b/web/src/components/metadata-filter/index.tsx @@ -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,