mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 12:39:27 +08:00
fix: add tooltip to log button in AssistantGroupButton component (#17532)
This commit is contained in:
@@ -118,7 +118,14 @@ export const AssistantGroupButton = ({
|
||||
)}
|
||||
{showLog && (
|
||||
<ToggleGroupItem value="f" onClick={handleShowLogSheet}>
|
||||
<NotebookText className="size-4" />
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<span>
|
||||
<NotebookText className="size-4" />
|
||||
</span>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>{t('flow.log')}</TooltipContent>
|
||||
</Tooltip>
|
||||
</ToggleGroupItem>
|
||||
)}
|
||||
{!!attachment?.doc_id && !isShare && (
|
||||
|
||||
Reference in New Issue
Block a user