react-crud-mobile 1.3.257 → 1.3.258

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.
@@ -1397,9 +1397,10 @@ function UIModal(_ref) {
1397
1397
  };
1398
1398
  var curr = dialog == null ? void 0 : dialog.crud;
1399
1399
  var main = ViewUtils.getCrud('view');
1400
- if (!curr || !dialog) {
1400
+ if (!dialog) {
1401
1401
  return /*#__PURE__*/jsx(Fragment, {});
1402
1402
  }
1403
+ if (dialog.debug) console.log(dialog);
1403
1404
  if (curr.uuid !== ((_main$dialog = main.dialog) == null || (_main$dialog = _main$dialog.crud) == null ? void 0 : _main$dialog.uuid)) {
1404
1405
  return /*#__PURE__*/jsx(Fragment, {});
1405
1406
  }