ywana-core8 0.0.42 → 0.0.43

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.
@@ -4163,6 +4163,7 @@ var TableFilters = function TableFilters(props) {
4163
4163
  }
4164
4164
 
4165
4165
  var content = new Content(filterSchema, form);
4166
+ console.log(filterSchema, content);
4166
4167
  return /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement(Header, {
4167
4168
  title: /*#__PURE__*/React.createElement(Text, null, "Filtros")
4168
4169
  }, /*#__PURE__*/React.createElement(Button$1, {