Skip to content

Commit

Permalink
hide Update selection dropdown item from My custom projects table
Browse files Browse the repository at this point in the history
  • Loading branch information
onehanddev authored and agnlez committed Dec 12, 2024
1 parent a77482c commit 7e939d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/my-projects/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ const ActionsDropdown = () => (
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent className="w-50" align="end">
<DropdownMenuItem>
{/* <DropdownMenuItem>
<ExclamationTriangleIcon className="mr-1 h-4 w-4" />
Update selection
</DropdownMenuItem>
</DropdownMenuItem> */}
<DropdownMenuItem>
<TrashIcon className="mr-1 h-6 w-6" />
Delete selection
Expand Down

0 comments on commit 7e939d3

Please sign in to comment.