react-crud-mobile 1.0.701 → 1.0.702
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/react-crud-mobile.cjs.development.js +1 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIList.tsx +1 -1
|
@@ -818,7 +818,7 @@ function UIList(props) {
|
|
|
818
818
|
var scope = props.scope;
|
|
819
819
|
var crud = scope.crud;
|
|
820
820
|
var original = scope.original;
|
|
821
|
-
var cols = reactCrudUtils.Utils.nvl(
|
|
821
|
+
var cols = reactCrudUtils.Utils.nvl(scope.getPart('cols', undefined, 1));
|
|
822
822
|
var items = reactCrudUtils.Utils.nvl(scope.getItems(), []);
|
|
823
823
|
var styles = (_repeat$list = {
|
|
824
824
|
repeat: stylesRepeat$1,
|