fix: quick actions dropdown disabled state (#4335)

This commit is contained in:
Aaryan Khandelwal 2024-05-02 16:13:58 +05:30 committed by GitHub
parent 42c4c46939
commit c4229c9d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 14 additions and 2 deletions

View file

@ -104,6 +104,7 @@ export const DefaultWorkspaceViewQuickActions: React.FC<Props> = observer((props
},
item.className
)}
disabled={item.disabled}
>
{item.icon && <item.icon className={cn("h-3 w-3", item.iconClassName)} />}
<div>

View file

@ -132,6 +132,7 @@ export const WorkspaceViewQuickActions: React.FC<Props> = observer((props) => {
},
item.className
)}
disabled={item.disabled}
>
{item.icon && <item.icon className={cn("h-3 w-3", item.iconClassName)} />}
<div>