From de2cfd2927229dc0840bec37bce4d8d94b2be6ec Mon Sep 17 00:00:00 2001 From: CorrectRoad Date: Fri, 16 May 2025 14:33:14 +0800 Subject: [PATCH] fix: fix metadata condition name overflow (#19812) --- .../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}