fix: asChild
This commit is contained in:
parent
5c7196437b
commit
bdb477088c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import { Button } from "./ui/button";
|
|||
export function 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