ywana-core8 0.0.301 → 0.0.302

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.301",
3
+ "version": "0.0.302",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -218,11 +218,6 @@ const TableQueries = (props) => {
218
218
  { name: "Query 3", filters: {}},
219
219
  ] } = pageContext
220
220
 
221
- useEffect(() => {
222
- pageContext.loadQueries()
223
- }, [])
224
-
225
-
226
221
  async function remove(id) {
227
222
  await pageContext.removeQuery(id, url)
228
223
  setPageContext(Object.assign({}, pageContext))