ywana-core8 0.0.466 → 0.0.467

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.
package/dist/index.umd.js CHANGED
@@ -5687,7 +5687,6 @@
5687
5687
  label: field.label
5688
5688
  };
5689
5689
  });
5690
- console.log("TableSelector ", columns, schema);
5691
5690
  var rows = all.filter(function (item) {
5692
5691
  return checked.has(item.id);
5693
5692
  });
@@ -5713,7 +5712,7 @@
5713
5712
  }
5714
5713
  });
5715
5714
  },
5716
- disabled: !validate(checked)
5715
+ disabled: !validate(checked, rows)
5717
5716
  });
5718
5717
  });
5719
5718
  return /*#__PURE__*/React__default["default"].createElement("div", {