We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1b99b commit 78beb4eCopy full SHA for 78beb4e
1 file changed
apps/app/src/app/(app)/[orgId]/people/all/components/PendingInvitationRow.tsx
@@ -119,7 +119,7 @@ export function PendingInvitationRow({
119
<OverflowMenuVertical />
120
</DropdownMenuTrigger>
121
<DropdownMenuContent align="end">
122
- <DropdownMenuItem variant="destructive" onSelect={handleOpenCancelDialog}>
+ <DropdownMenuItem variant="destructive" onClick={handleOpenCancelDialog}>
123
<TrashCan size={16} />
124
Cancel Invitation
125
</DropdownMenuItem>
0 commit comments