ywana-core8 0.0.467 → 0.0.468

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.
@@ -5707,7 +5707,7 @@ var TableSelector = function TableSelector(props) {
5707
5707
  } catch (e) {
5708
5708
  return Promise.reject(e);
5709
5709
  }
5710
- });
5710
+ }, rows);
5711
5711
  },
5712
5712
  disabled: !validate(checked, rows)
5713
5713
  });