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