fix: updates from review

This commit is contained in:
Mythie
2023-12-21 21:37:33 +11:00
parent 972c20f906
commit 9ad94f9862
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ export const DataTableActionDropdown = ({ row }: DataTableActionDropdownProps) =
Download
</DropdownMenuItem>
<DropdownMenuItem disabled>
<DropdownMenuItem onClick={() => setDuplicateDialogOpen(true)}>
<Copy className="mr-2 h-4 w-4" />
Duplicate
</DropdownMenuItem>