@ctlyst.id/internal-ui 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1501,7 +1501,6 @@ var useDataTable = ({
1501
1501
  const { getSelectedRowModel, toggleAllRowsSelected } = table;
1502
1502
  const { flatRows } = getSelectedRowModel();
1503
1503
  React5.useEffect(() => {
1504
- console.log("changed");
1505
1504
  const rowData = flatRows.map((row) => row.original);
1506
1505
  if (onSelectedRow) {
1507
1506
  onSelectedRow(rowData);