Closed clementprdhomme closed 1 year ago
This PR fixes an issue where an incorrect pagination parameter would be passed to the publications list request after the user has loaded several pages of results.
The request that fetches the list of publications contains the following parameter: page=2.
page=2
The request should contain the following parameter instead: page=1.
page=1
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR fixes an issue where an incorrect pagination parameter would be passed to the publications list request after the user has loaded several pages of results.
How to test
Steps to reproduce
Result
The request that fetches the list of publications contains the following parameter:
page=2
.Expected result
The request should contain the following parameter instead:
page=1
.Tracking