Skip to content

Commit

Permalink
fix: console removed
Browse files Browse the repository at this point in the history
  • Loading branch information
aqibibm committed Feb 20, 2024
1 parent 4224a58 commit 416e3be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Table/Table.jsx
Expand Up @@ -849,7 +849,6 @@ const Table = (props) => {
(options.hasRowActions ? 1 : 0) +
(showExpanderColumn ? 1 : 0) +
(options.hasDragAndDrop ? 1 : 0);
console.log('totalColumns', totalColumns);
const isFiltered =
view.filters.length > 0 ||
view.selectedAdvancedFilterIds.length ||
Expand Down

0 comments on commit 416e3be

Please sign in to comment.