0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 15:02:38 +00:00

default value to page size

This commit is contained in:
Víctor Losada Hernández
2024-05-08 15:51:14 +02:00
parent e30a0c3dce
commit 22f4dade4f

View File

@@ -176,6 +176,7 @@ const ArchivePage = createClass({
min="6" min="6"
step="2" step="2"
max="30" max="30"
defaultValue={this.state.pageSize}
name="pageSize" name="pageSize"
/> />
</label> </label>