fix: DropdownMenuTrigger asChild
This commit is contained in:
parent
4b58f3564a
commit
6c66cdc7c8
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const KnowledgeActionsDropdown = ({
|
|||
return (
|
||||
<>
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Button variant="ghost" className="hover:bg-transparent">
|
||||
<EllipsisVertical className="h-4 w-4" />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue