Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jun 4, 2024
1 parent 2c8947c commit 35aaf39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/result-list/DataTable/useSetupTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export function useSetupTable<Data extends BaseFeature>(props: DataTableProps<Da

useEffect(() => {
if (previousSelectionMode && selectionMode !== previousSelectionMode) {
console.log("change from", previousSelectionMode, "->", selectionMode);
table.resetRowSelection();
}
}, [table, previousSelectionMode, selectionMode]);
Expand Down

0 comments on commit 35aaf39

Please sign in to comment.