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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -147,6 +147,7 @@ const TableFilters = (props) => {
147
147
  }
148
148
 
149
149
  const content = new Content(filterSchema, form)
150
+ console.log(filterSchema, content)
150
151
  return (
151
152
  <Fragment>
152
153
  <Header title={<Text>Filtros</Text>} >