ionik0 commented on code in PR #37304:
URL: https://github.com/apache/superset/pull/37304#discussion_r2743164610
##########
superset-frontend/src/components/ListView/ListView.tsx:
##########
@@ -463,8 +469,8 @@ export function ListView<T extends object = any>({
current={pageIndex + 1}
pageSize={pageSize}
total={count}
- onChange={page => {
- gotoPage(page - 1);
+ onChange={(page: number) => {
+ setPage(page);
Review Comment:
@sfirke sir can it be merged now? If not then can you please guide what to
do? Code ant ai suggested some changes but if I do that then type-checking
gives error and fails...what do I do?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]