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() {
|
export function KnowledgeActionsDropdown() {
|
||||||
return (
|
return (
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button variant="ghost" className="hover:bg-transparent">
|
<Button variant="ghost" className="hover:bg-transparent">
|
||||||
<EllipsisVertical className="h-4 w-4" />
|
<EllipsisVertical className="h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue