Merge branch 'master' into left-join-with-deleted-email-contacts

This commit is contained in:
Ulf Gebhardt 2022-10-24 15:53:57 +02:00 committed by GitHub
commit c0a062c25f
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) => {