Skip to content

Commit

Permalink
Update AccessCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
magnearun committed Oct 8, 2024
1 parent c4f800b commit 33d0b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const AccessCard = ({
iconType="outline"
size="small"
colorScheme="destructive"
onClick={() => onDelete?.(delegation)}
onClick={() => onDelete(delegation)}
nowrap
>
{formatMessage(coreMessages.buttonDestroy)}
Expand Down

0 comments on commit 33d0b14

Please sign in to comment.