@@ -263,7 +263,6 @@ export default {
listEvents(this.queryParams).then(response => {
this.eventsList = response.rows;
this.total = response.total;
- this.total = response.contents;
this.loading = false;
});
},