mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-07 16:11:16 +08:00
Fix: The download button is displayed on the agent dialog page shared externally. (#17880)
This commit is contained in:
@@ -128,7 +128,7 @@ export const AssistantGroupButton = ({
|
||||
</Tooltip>
|
||||
</ToggleGroupItem>
|
||||
)}
|
||||
{!!attachment?.doc_id && !isShare && (
|
||||
{!!attachment?.doc_id && (
|
||||
<ToggleGroupItem
|
||||
value="g"
|
||||
onClick={async () => {
|
||||
|
||||
Reference in New Issue
Block a user