react-crud-mobile 1.0.897 → 1.0.899

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.
@@ -388,7 +388,7 @@ function UIButton(props) {
388
388
  var align = reactCrudUtils.Utils.nvl(element.align, 'center');
389
389
  var variant = reactCrudUtils.Utils.nvl(element.variant, 'default');
390
390
  var color = element.color;
391
- var label = element.label;
391
+ var label = scope.getLabel();
392
392
  var icon = element.icon;
393
393
  //ajuste align v1
394
394
  if (!color) color = 'primaryLight';