Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2023-04-15 06:47:48 +02:00 committed by GitHub
parent 27dfb8ae7d
commit f209f9e2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6525,7 +6525,7 @@ module.exports = (_ => {
currentPage: this.state.offset + 1,
pageSize: this.props.amount,
maxVisiblePages: this.props.maxVisiblePages,
onPageChange: page => {this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1);}
onPageChange: page => this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1)
}),
this.props.jump && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TextInput, {
type: "number",