react-crud-mobile 1.3.68 → 1.3.69

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.
@@ -1904,8 +1904,7 @@ function UIElement(props) {
1904
1904
  if (isTouch) {
1905
1905
  Aux = TouchableHighlight;
1906
1906
  }
1907
- if (scope.isType('dialog', 'order')) {
1908
- console.log('dialogggg');
1907
+ if (scope.isType('dialog', 'order') || original["transient"]) {
1909
1908
  return /*#__PURE__*/jsx(Fragment, {
1910
1909
  children: props.children
1911
1910
  });