Merge pull request #11374 from Chetan0000/fix/pagination-component-casing-to-Title-case-10946

fixed casing with event name to title case - Pagination Component
This commit is contained in:
Johnson Cherian 2024-11-22 11:48:22 +05:30 committed by GitHub
commit 4867819198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ export const paginationConfig = {
},
validation: {},
events: {
onPageChange: { displayName: 'On Page Change' },
onPageChange: { displayName: 'On page change' },
},
styles: {
visibility: {