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.
package/dist/index.cjs CHANGED
@@ -5691,6 +5691,7 @@ var TableSelector = function TableSelector(props) {
5691
5691
  label: field.label
5692
5692
  };
5693
5693
  });
5694
+ console.log("TableSelector ", columns, schema);
5694
5695
  var rows = all.filter(function (item) {
5695
5696
  return checked.has(item.id);
5696
5697
  });