next-helios-fe 1.6.9 → 1.6.10

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": "next-helios-fe",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -710,6 +710,7 @@ export const Table: TableComponentProps = ({
710
710
  value={maxRow.toString()}
711
711
  onChange={(e) => {
712
712
  setMaxRow(Number(e.target.value));
713
+ setPage(1);
713
714
  }}
714
715
  />
715
716
  </div>