ywana-core8 0.0.108 → 0.0.109

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.108",
3
+ "version": "0.0.109",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -231,7 +231,7 @@ const TableEditor = (props) => {
231
231
 
232
232
  async function checkOne(id, field, value) {
233
233
  console.log("checkOne", id, field, value)
234
- checkAll([id], value)
234
+ check([id], value)
235
235
  }
236
236
 
237
237
  function run(action, item) {