From d1ba5fec89d4ade36970b6b667a033b86c1be24e Mon Sep 17 00:00:00 2001 From: Zhedong Cen Date: Mon, 25 Aug 2025 17:48:12 +0800 Subject: [PATCH] feat: Show tooltip on document names in document list (#24467) --- web/app/components/datasets/documents/list.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/components/datasets/documents/list.tsx b/web/app/components/datasets/documents/list.tsx index 431d2aaab8..fc70936064 100644 --- a/web/app/components/datasets/documents/list.tsx +++ b/web/app/components/datasets/documents/list.tsx @@ -663,7 +663,11 @@ const DocumentList: FC = ({ {doc?.data_source_type === DataSourceType.FILE && } {doc?.data_source_type === DataSourceType.WEB && } - {doc.name} + + {doc.name} +