ywana-core8 0.0.460 → 0.0.461

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.
@@ -5683,6 +5683,7 @@ var TableSelector = function TableSelector(props) {
5683
5683
  label: field.label
5684
5684
  };
5685
5685
  });
5686
+ console.log("TableSelector ", columns, schema);
5686
5687
  var rows = all.filter(function (item) {
5687
5688
  return checked.has(item.id);
5688
5689
  });