react-crud-mobile 1.3.261 → 1.3.262
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
@@ -1373,7 +1373,7 @@ function UIModal(props) {
|
|
1373
1373
|
var _useState2 = useState(!Utils.isEmpty(dialog)),
|
1374
1374
|
modalVisible = _useState2[0],
|
1375
1375
|
setModalVisible = _useState2[1];
|
1376
|
-
//
|
1376
|
+
//v2
|
1377
1377
|
var curr = dialog == null ? void 0 : dialog.crud;
|
1378
1378
|
var main = ViewUtils.getCrud('view');
|
1379
1379
|
if (!dialog) {
|