Skip to content

Commit d93bcfa

Browse files
committed
Update Table.tsx
1 parent 2e9a53c commit d93bcfa

File tree

1 file changed

+2
-3
lines changed
  • chartlets.js/packages/lib/src/plugins/mui

1 file changed

+2
-3
lines changed

chartlets.js/packages/lib/src/plugins/mui/Table.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ export const Table = ({
8080

8181
const handleClick = (
8282
params: GridRowParams,
83-
event: MuiEvent,
84-
details: GridCallbackDetails,
83+
_event: MuiEvent,
84+
_details: GridCallbackDetails,
8585
) => {
86-
console.log(params, event, details, id);
8786
if (id) {
8887
if (onChange) {
8988
onChange({

0 commit comments

Comments
 (0)