diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index c19f5ee0e..64aca6156 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -126,6 +126,10 @@ export default { currentPage: this.currentPage, pageSize: this.pageSize, }) + this.updateListAllContributions({ + currentPage: this.currentPage, + pageSize: this.pageSize, + }) this.verifyLogin() }) .catch((err) => { @@ -150,6 +154,10 @@ export default { currentPage: this.currentPage, pageSize: this.pageSize, }) + this.updateListAllContributions({ + currentPage: this.currentPage, + pageSize: this.pageSize, + }) this.verifyLogin() }) .catch((err) => { @@ -171,6 +179,10 @@ export default { currentPage: this.currentPage, pageSize: this.pageSize, }) + this.updateListAllContributions({ + currentPage: this.currentPage, + pageSize: this.pageSize, + }) this.verifyLogin() }) .catch((err) => {