react-crud-mobile 1.3.83 → 1.3.84
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.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/UIModal.tsx +1 -1
|
@@ -1344,7 +1344,7 @@ function UIModal(props) {
|
|
|
1344
1344
|
index = _useState2[0],
|
|
1345
1345
|
setIndex = _useState2[1];
|
|
1346
1346
|
var main = reactCrudUtils.ViewUtils.getCrud('view');
|
|
1347
|
-
//
|
|
1347
|
+
//v4
|
|
1348
1348
|
var scope = props.scope;
|
|
1349
1349
|
var label = scope.getLabel();
|
|
1350
1350
|
var theme = scope.getTheme();
|