Merge pull request #2284 from gradido/2278-Pagination-Contributions-jumps-to-wrong-Page

fix: Pagination Contributions jumps to wrong Page
This commit is contained in:
Alexander Friedland 2022-10-24 09:00:55 +02:00 committed by GitHub
commit ad2454ad41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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