diff --git a/frontend/src/business/components/performance/report/components/TestOverview.vue b/frontend/src/business/components/performance/report/components/TestOverview.vue index 229160a2eb..d86d6cf26c 100644 --- a/frontend/src/business/components/performance/report/components/TestOverview.vue +++ b/frontend/src/business/components/performance/report/components/TestOverview.vue @@ -502,6 +502,8 @@ export default { this.avgBandwidth = '0'; this.loadOption = {}; this.resOption = {}; + this.errorOption = {}; + this.resCodeOption = {}; } }, deep: true