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/dist/index.cjs CHANGED
@@ -4306,7 +4306,7 @@ var TableEditor = function TableEditor(props) {
4306
4306
  var checkOne = function checkOne(id, field, value) {
4307
4307
  try {
4308
4308
  console.log("checkOne", id, field, value);
4309
- checkAll([id], value);
4309
+ check([id], value);
4310
4310
  return Promise.resolve();
4311
4311
  } catch (e) {
4312
4312
  return Promise.reject(e);