react-crud-mobile 1.3.119 → 1.3.122

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.
@@ -1360,6 +1360,7 @@ function UIModal(_ref) {
1360
1360
  var theme = scope.getTheme();
1361
1361
  var headerStyle = reactCrudUtils.Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
1362
1362
  var scrollRef = React.useRef(null);
1363
+ console.log(label);
1363
1364
  var style = function style(part, extra) {
1364
1365
  var st = _extends({}, styles$8[part], extra);
1365
1366
  return _extends({}, scope.getStyle(part, st));
@@ -2123,6 +2124,7 @@ function UIElement(props) {
2123
2124
  if (event.header) el.header = event.header;
2124
2125
  if (event.label) el.label = event.label;
2125
2126
  if (event.title) el.title = event.title;
2127
+ el.label = reactCrudUtils.Utils.nvl(el.label, el.title);
2126
2128
  var dialogScope = reactCrudUtils.ScopeUtils.create(_extends({
2127
2129
  parent: scope,
2128
2130
  crud: d