@open-mercato/ui 0.6.8-develop.7016.1.4ed7b1e49d → 0.6.8-develop.7019.1.f4c01c4b5c

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.
@@ -2564,7 +2564,7 @@ function DataTable({
2564
2564
  return;
2565
2565
  }
2566
2566
  if (onRowClick) {
2567
- onRowClick(row.original);
2567
+ onRowClick(row.original, e);
2568
2568
  } else if (defaultRowAction) {
2569
2569
  if (defaultRowAction.href) {
2570
2570
  router.push(defaultRowAction.href);