diff --git a/frontend/src/business/components/api/automation/report/ApiReportList.vue b/frontend/src/business/components/api/automation/report/ApiReportList.vue index 97669848e3..ffcc09dc6c 100644 --- a/frontend/src/business/components/api/automation/report/ApiReportList.vue +++ b/frontend/src/business/components/api/automation/report/ApiReportList.vue @@ -126,7 +126,7 @@ export default { ], buttons: [ { - name: this.$t('api_report.batch_delete'), handleClick: this.handleBatchDelete + name: this.$t('api_report.batch_delete'), handleClick: this.handleBatchDelete, permissions: ['PROJECT_API_REPORT:READ+DELETE'] } ], selectRows: new Set(),