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
fix(issue-views): Update endpoint to sort null last_visited values correctly (#89945)
Sorting by recently viewed was putting null values at the top, which is
not the intended result. this ensure that last_visited desc sorts null
values at the bottom, and the opposite for ascending.
0 commit comments