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.cjs CHANGED
@@ -5692,7 +5692,6 @@ var TableSelector = function TableSelector(props) {
5692
5692
  label: field.label
5693
5693
  };
5694
5694
  });
5695
- console.log("TableSelector ", columns, schema);
5696
5695
  var rows = all.filter(function (item) {
5697
5696
  return checked.has(item.id);
5698
5697
  });
@@ -5718,7 +5717,7 @@ var TableSelector = function TableSelector(props) {
5718
5717
  }
5719
5718
  });
5720
5719
  },
5721
- disabled: !validate(checked)
5720
+ disabled: !validate(checked, rows)
5722
5721
  });
5723
5722
  });
5724
5723
  return /*#__PURE__*/React__default["default"].createElement("div", {