Skip to content

Commit

Permalink
Merge pull request #3130 from csordasmarton/fix_checker_statistics_diff
Browse files Browse the repository at this point in the history
[gui] Fix checker statistics difference
  • Loading branch information
bruntib authored Jan 12, 2021
2 parents 64ccd97 + fe549b1 commit 7a11ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
this.statistics =
await getCheckerStatistics(runIds, reportFilter, cmpData);
await this.fetchDifference("component");
await this.fetchDifference("checker");
this.loading = false;
}
Expand Down

0 comments on commit 7a11ad2

Please sign in to comment.