From bce11527c3595dc74e15cc8d450fea5e53033485 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Tue, 26 May 2026 13:16:15 +0800 Subject: [PATCH] Fix: Fixed metadata issue (#15226) ### What problem does this PR solve? Fix: Fixed metadata issue - The dataset's built-in metadata is now active, but it appears to be disabled in the individual file configuration. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- .../components/chunk-method-dialog/use-default-parser-values.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/chunk-method-dialog/use-default-parser-values.ts b/web/src/components/chunk-method-dialog/use-default-parser-values.ts index 84f7c9e3c3..b80d80b902 100644 --- a/web/src/components/chunk-method-dialog/use-default-parser-values.ts +++ b/web/src/components/chunk-method-dialog/use-default-parser-values.ts @@ -40,6 +40,7 @@ export function useDefaultParserValues() { entity_types: [], pages: [], metadata: [], + built_in_metadata: [], enable_metadata: false, };