next-helios-fe 1.8.14 → 1.8.15

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.8.14",
3
+ "version": "1.8.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -745,6 +745,7 @@ export const Table: TableComponentProps = ({
745
745
  value={maxRow?.toString()}
746
746
  onChange={(e) => {
747
747
  setMaxRow(Number(e.target.value));
748
+ setPage(1);
748
749
  }}
749
750
  />
750
751
  </div>