Fix: The download button is displayed on the agent dialog page shared externally. (#17880)

This commit is contained in:
balibabu
2026-08-05 19:26:42 +08:00
committed by GitHub
parent da5215cb1f
commit 24c0a77a3e

View File

@@ -128,7 +128,7 @@ export const AssistantGroupButton = ({
</Tooltip>
</ToggleGroupItem>
)}
{!!attachment?.doc_id && !isShare && (
{!!attachment?.doc_id && (
<ToggleGroupItem
value="g"
onClick={async () => {