@ctlyst.id/internal-ui 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
    
        package/dist/index.mjs
    CHANGED
    
    | @@ -1153,7 +1153,6 @@ var useDataTable = ({ | |
| 1153 1153 | 
             
              const { getSelectedRowModel, toggleAllRowsSelected } = table;
         | 
| 1154 1154 | 
             
              const { flatRows } = getSelectedRowModel();
         | 
| 1155 1155 | 
             
              React5.useEffect(() => {
         | 
| 1156 | 
            -
                console.log("changed");
         | 
| 1157 1156 | 
             
                const rowData = flatRows.map((row) => row.original);
         | 
| 1158 1157 | 
             
                if (onSelectedRow) {
         | 
| 1159 1158 | 
             
                  onSelectedRow(rowData);
         |