Skip to content

Commit 0b1d7c1

Browse files
committed
removed table header default highlighting
1 parent 22d6998 commit 0b1d7c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/table/Table.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ const Table = ({
5959
onClickHandler,
6060
isMobile,
6161
stickyFirstColumn = false,
62-
highlightedColumns = {
63-
standardColumns: 9,
64-
highlightedColumns: 7
65-
},
62+
highlightedColumns,
6663
atMaxLevel = false,
6764
newMobileView = false
6865
}) => {

0 commit comments

Comments
 (0)