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 breakdown comparisons breaking after pagination (#4951)
#4697 introduced some
comparisons fixes which changed how comparisons interacted with main
queries. Sadly this broke under pagination and due to lack of coverage
wasn't caught.
The bug can also be tested manually on localhost:
- Change assets/js/dashboard/hooks/api-client.ts LIMIT to e.g. 3
- Open any modal, click load more
- Check tooltips
Before the fix this would have displayed 0 values, after the fix this
works as expected.
0 commit comments