mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixed casing with event name to title case - Pagination Component #11210
This commit is contained in:
parent
c57717ca30
commit
be37adb4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export const paginationConfig = {
|
|||
},
|
||||
validation: {},
|
||||
events: {
|
||||
onPageChange: { displayName: 'On Page Change' },
|
||||
onPageChange: { displayName: 'On page change' },
|
||||
},
|
||||
styles: {
|
||||
visibility: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue