diff --git a/frontend/src/business/components/api/report/ApiReportView.vue b/frontend/src/business/components/api/report/ApiReportView.vue index f5cd47688ae2ed89c1c1bafd5d50d171b4452a34..ce2c8524d824ec7dcb51c70b5259e0f3c4ea0aa7 100644 --- a/frontend/src/business/components/api/report/ApiReportView.vue +++ b/frontend/src/business/components/api/report/ApiReportView.vue @@ -87,6 +87,7 @@ export default { this.report = {}; this.content = {}; this.fails = []; + this.isRequestResult = false; }, handleClick(tab, event) { this.isRequestResult = false @@ -118,7 +119,6 @@ export default { } }, getFails() { - this.isRequestResult = false; if (this.isNotRunning) { this.fails = []; this.totalTime = 0