From 26f0dc234e6bed1e68b664e474ba2aae9cc24481 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Wed, 29 Jul 2026 17:18:01 +0800 Subject: [PATCH] fix: add tooltip to log button in AssistantGroupButton component (#17532) --- web/src/components/next-message-item/group-button.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/src/components/next-message-item/group-button.tsx b/web/src/components/next-message-item/group-button.tsx index a6c7ed3b23..421309a9c4 100644 --- a/web/src/components/next-message-item/group-button.tsx +++ b/web/src/components/next-message-item/group-button.tsx @@ -118,7 +118,14 @@ export const AssistantGroupButton = ({ )} {showLog && ( - + + + + + + + {t('flow.log')} + )} {!!attachment?.doc_id && !isShare && (