react-crud-mui 0.0.1-beta.38 → 0.0.1-beta.39

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.
Files changed (2) hide show
  1. package/dist/coreui.js +1 -1
  2. package/package.json +1 -1
package/dist/coreui.js CHANGED
@@ -7638,7 +7638,7 @@ function Zi({
7638
7638
  textAlign: "center"
7639
7639
  }, colSpan: $ == null ? void 0 : $.length, children: F }) }, "new-row");
7640
7640
  }, ut = () => {
7641
- if (!A)
7641
+ if (!A || !(c != null && c.length))
7642
7642
  return null;
7643
7643
  const {
7644
7644
  hasMore: F,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-crud-mui",
3
3
  "private": false,
4
- "version": "0.0.1-beta.38",
4
+ "version": "0.0.1-beta.39",
5
5
  "type": "module",
6
6
  "main": "./dist/coreui.js",
7
7
  "module": "./dist/coreui.js",