react-crud-mobile 1.0.878 → 1.0.879

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.
@@ -644,6 +644,7 @@ function UISlider(props) {
644
644
  value = _useState[0],
645
645
  setValue = _useState[1];
646
646
  value = reactCrudUtils.Utils.nvl(value, 0);
647
+ //redeploy 0
647
648
  var onChange = function onChange(v) {
648
649
  v = reactCrudUtils.Utils.nvl(v, 0);
649
650
  scope.changeValue(v);