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.
@@ -1382,7 +1382,7 @@ function UIModal(props) {
1382
1382
  var _useState2 = React.useState(!reactCrudUtils.Utils.isEmpty(dialog)),
1383
1383
  modalVisible = _useState2[0],
1384
1384
  setModalVisible = _useState2[1];
1385
- //v1
1385
+ //v2
1386
1386
  var curr = dialog == null ? void 0 : dialog.crud;
1387
1387
  var main = reactCrudUtils.ViewUtils.getCrud('view');
1388
1388
  if (!dialog) {