-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters