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