update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import type { ColumnDef } from '@tanstack/react-table'
|
||||
import { useToggle } from 'ahooks'
|
||||
import { EllipsisVerticalIcon, FileBadgeIcon } from 'lucide-react'
|
||||
import { EllipsisIcon, FileBadgeIcon } from 'lucide-react'
|
||||
import type { ComponentProps } from 'react'
|
||||
|
||||
import { Button } from '@repo/ui/components/ui/button'
|
||||
@@ -57,7 +57,7 @@ function ActionMenu({ row }: { row: any }) {
|
||||
className="data-[state=open]:bg-muted text-muted-foreground cursor-pointer"
|
||||
size="icon-sm"
|
||||
>
|
||||
<EllipsisVerticalIcon />
|
||||
<EllipsisIcon />
|
||||
<span className="sr-only">Abrir menu</span>
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
|
||||
Reference in New Issue
Block a user