fix Pagination Contributions jumps to wrong Page

This commit is contained in:
ogerly 2022-10-20 13:36:47 +02:00
parent 94644d4194
commit 6c94dae7b1

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) => {