mirror of
https://github.com/harness/drone.git
synced 2025-05-16 08:59:56 +08:00
fix: [code-390]: fix comments part 2
This commit is contained in:
parent
fef3a78bca
commit
0d838d815f
@ -63,14 +63,12 @@ export const ResourceListingPagination: React.FC<ResourceListingPaginationProps>
|
||||
!!X_PREV_PAGE &&
|
||||
(() => {
|
||||
_setPage(page - 1)
|
||||
// updateQueryParams({ page: page.toString() })
|
||||
})
|
||||
}
|
||||
onNext={
|
||||
!!X_NEXT_PAGE &&
|
||||
(() => {
|
||||
_setPage(page + 1)
|
||||
// updateQueryParams({ page: page.toString() })
|
||||
})
|
||||
}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user