From 395c5936bf7c420d037a1018603bc1c68c2345a1 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Fri, 16 May 2025 14:09:11 +0800 Subject: [PATCH] fix: fix metadata condition name overflow --- .../components/metadata/condition-list/condition-item.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-item.tsx b/web/app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-item.tsx index 398a2294e2..a93155113e 100644 --- a/web/app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-item.tsx +++ b/web/app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-item.tsx @@ -124,11 +124,11 @@ const ConditionItem = ({ )}>
-
+
-
{currentMetadata?.name}
+
{currentMetadata?.name}
{currentMetadata?.type}