diff --git a/frontend/src/business/components/performance/report/components/TestOverview.vue b/frontend/src/business/components/performance/report/components/TestOverview.vue index f84fb0e043..c648e96962 100644 --- a/frontend/src/business/components/performance/report/components/TestOverview.vue +++ b/frontend/src/business/components/performance/report/components/TestOverview.vue @@ -499,6 +499,7 @@ export default { } else { this.maxUsers = '0'; this.avgThroughput = '0'; + this.avgTransactions = '0'; this.errors = '0'; this.avgResponseTime = '0'; this.responseTime90 = '0';