mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix
This commit is contained in:
parent
c761e737f5
commit
d6aac66c25
@ -177,7 +177,7 @@ function ComplianceDocRowItem({
|
||||
return (
|
||||
<DropdownMenuItem
|
||||
className={cn(submenuItemClassName, 'justify-between')}
|
||||
closeOnClick={false}
|
||||
closeOnClick={!isCurrentPlanCanDownload}
|
||||
onClick={handleSelect}
|
||||
>
|
||||
{icon}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user