ywana-core8 0.0.466 → 0.0.469

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.
@@ -5684,7 +5684,6 @@ var TableSelector = function TableSelector(props) {
5684
5684
  label: field.label
5685
5685
  };
5686
5686
  });
5687
- console.log("TableSelector ", columns, schema);
5688
5687
  var rows = all.filter(function (item) {
5689
5688
  return checked.has(item.id);
5690
5689
  });
@@ -5708,9 +5707,9 @@ var TableSelector = function TableSelector(props) {
5708
5707
  } catch (e) {
5709
5708
  return Promise.reject(e);
5710
5709
  }
5711
- });
5710
+ }, rows);
5712
5711
  },
5713
- disabled: !validate(checked)
5712
+ disabled: !validate(checked, rows)
5714
5713
  });
5715
5714
  });
5716
5715
  return /*#__PURE__*/React.createElement("div", {