ui-kit-ck-consultant 0.6.57 → 0.6.58

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.
@@ -889,8 +889,11 @@ var Table = /*#__PURE__*/function (_React$Component) {
889
889
 
890
890
  _this.getCSV = function (callback) {
891
891
  var dataCSV = '';
892
+ console.log('this.props', _this.props);
892
893
 
893
894
  if (_this.props && _this.props.children) {
895
+ console.log('this.props.children', _this.props.children);
896
+
894
897
  var tableChildren = _this.getArray(_this.props.children);
895
898
 
896
899
  var allRows = tableChildren.flatMap(function (section) {