Skip to content

Commit

Permalink
Remove "Copy ID" button from client management table
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarv committed Feb 1, 2025
1 parent 5ff6a08 commit 6375ae9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@ const ClientManagement = () => {
>
{client.isActive ? "Deactivate" : "Activate"}
</Button>
<Button variant="ghost" onClick={() => handleCopyClientId(client._id)}>
Copy ID
</Button>
</TableCell>
</TableRow>
))}
Expand Down

0 comments on commit 6375ae9

Please sign in to comment.