This commit is contained in:
Moriz Wahl 2023-03-10 14:44:57 +01:00
parent d4d38e29b6
commit d9b19fbfa0

View File

@ -411,7 +411,7 @@
this.rows = adminListContributions.contributionCount
this.items = adminListContributions.contributionList
if (this.statusFilter === FILTER_TAB_MAP[0]) {
this.$store.commit('setOpenCreations', adminListAllContributions.contributionCount)
this.$store.commit('setOpenCreations', adminListContributions.contributionCount)
}
},
error({ message }) {