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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.467",
3
+ "version": "0.0.468",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -206,7 +206,7 @@ const TableSelector = (props) => {
206
206
  action={() => action(checked, pageContext, async () => {
207
207
  await pageContext.load()
208
208
  setPageContext(Object.assign({}, pageContext))
209
- })}
209
+ }, rows)}
210
210
  disabled={!validate(checked, rows)}
211
211
  />
212
212
  })