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.
@@ -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
- //v1
1376
+ //v2
1377
1377
  var curr = dialog == null ? void 0 : dialog.crud;
1378
1378
  var main = ViewUtils.getCrud('view');
1379
1379
  if (!dialog) {