We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adf3a0 commit 2065bb1Copy full SHA for 2065bb1
chartlets.js/packages/lib/src/plugins/mui/Table.tsx
@@ -45,7 +45,6 @@ export const Table = ({
45
onChange,
46
}: TableProps) => {
47
const loadingState = useLoadingState();
48
- console.log("loadingState", loadingState);
49
if (!id) {
50
return;
51
}
0 commit comments