You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current pagination implementation does not preserve the page number in the URL. As a result, using the back button resets the pagination state, always redirecting to page 1 instead of the previously selected page.
To Reproduce
Steps to reproduce the behavior:
Login with the following credentials:
-Username: doctordev
-Password: Coronasafe@123
Navigate to Your Organizations.
Select any organization.
Change the page (e.g., go to page 2 or page 3).
Select another organization.
Click the Back button.
Expected behavior
You should be redirected to the previous page you were on (e.g., page 2 or page 3)..
Screenshots
Screencast.from.2025-03-13.12-32-30.mp4
The text was updated successfully, but these errors were encountered:
@rithviknishad Hmm... thats happening due to the default page reset of use Filters I noticed that at many places but was not sure if its actually a valid issue. Can I take this up. ETA: 3 days.
Describe the bug
The current pagination implementation does not preserve the page number in the URL. As a result, using the back button resets the pagination state, always redirecting to page 1 instead of the previously selected page.
To Reproduce
Steps to reproduce the behavior:
-Username: doctordev
-Password: Coronasafe@123
Expected behavior
Screenshots
Screencast.from.2025-03-13.12-32-30.mp4
The text was updated successfully, but these errors were encountered: