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.
@@ -1406,9 +1406,10 @@ function UIModal(_ref) {
1406
1406
  };
1407
1407
  var curr = dialog == null ? void 0 : dialog.crud;
1408
1408
  var main = reactCrudUtils.ViewUtils.getCrud('view');
1409
- if (!curr || !dialog) {
1409
+ if (!dialog) {
1410
1410
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
1411
1411
  }
1412
+ if (dialog.debug) console.log(dialog);
1412
1413
  if (curr.uuid !== ((_main$dialog = main.dialog) == null || (_main$dialog = _main$dialog.crud) == null ? void 0 : _main$dialog.uuid)) {
1413
1414
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
1414
1415
  }