Skip to content

Commit

Permalink
fix: deleted export btn from tables
Browse files Browse the repository at this point in the history
  • Loading branch information
karbowskijakub committed Oct 27, 2024
1 parent dceee83 commit 35e54dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/ContactTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,6 @@ export function ReservationsTable({ blockId }: { blockId: string }) {
<div className="mb-2 flex justify-between">
<h1 className="text-2xl font-bold">Uczestnicy</h1>
<div className="flex gap-2">
<Button
variant="outline"
onClick={() => {
exportToCSV(reservations ?? [], blockId);
}}
>
Eksport
<FileText className="ml-2 h-4 w-4" />
</Button>
<Button
onClick={() => {
createReservation({ type: "create", blockId });
Expand Down

0 comments on commit 35e54dc

Please sign in to comment.