Merge branch 'master' into 2247-links-in-contribution-messages-clickable

This commit is contained in:
Alexander Friedland 2022-10-24 09:01:21 +02:00 committed by GitHub
commit 343ce350f4
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) => {