Skip to content

Commit

Permalink
fix(namadillo): removing selection from table header (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende authored Aug 22, 2024
1 parent ce5db89 commit 3cc8af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/StyledTableHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const renderTableHeaderElement = (
index: number
): ReactNode => {
const key = `table-th-${id}-${index}`;
const baseClassName = `px-6 py-2`;
const baseClassName = `px-6 py-2 select-none`;

if (checkIsTableHeader(h)) {
const {
Expand Down

0 comments on commit 3cc8af7

Please sign in to comment.