Skip to content

Commit 6c6185d

Browse files
committed
currSizePerPage should be string type
1 parent 2fcb24f commit 6c6185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pagination/PaginationList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class PaginationList extends Component {
149149
dropdown = sizePerPageDropDown({
150150
open: this.state.open,
151151
hideSizePerPage,
152-
currSizePerPage: sizePerPage,
152+
currSizePerPage: String(sizePerPage),
153153
sizePerPageList,
154154
toggleDropDown: this.toggleDropDown,
155155
changeSizePerPage: this.changeSizePerPage

0 commit comments

Comments
 (0)