fix Pagination Contributions jumps to wrong Page

This commit is contained in:
ogerly 2022-10-20 13:36:47 +02:00 committed by joseji
parent 5d3dda78de
commit 447bf02a42

View File

@ -231,8 +231,6 @@ export default {
this.items = listContributions.contributionList
if (this.items.find((item) => item.state === 'IN_PROGRESS')) {
this.tabIndex = 1
} else {
this.tabIndex = 0
}
})
.catch((err) => {