0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 04:52:40 +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"
step="2"
max="30"
defaultValue={this.state.pageSize}
name="pageSize"
/>
</label>