ywana-core8 0.0.577 → 0.0.578

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.577",
3
+ "version": "0.0.578",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -347,11 +347,6 @@ const TableFilters = (props) => {
347
347
  setForm(next)
348
348
  }
349
349
 
350
- async function reload() {
351
- await pageContext.load(form, likes)
352
- setPageContext(Object.assign({}, pageContext))
353
- }
354
-
355
350
  function clear() {
356
351
  change({})
357
352
  }