mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change openCreation in case of tab open.
This commit is contained in:
parent
3191b3333a
commit
fe560ff319
@ -410,6 +410,9 @@ export default {
|
|||||||
update({ adminListAllContributions }) {
|
update({ adminListAllContributions }) {
|
||||||
this.rows = adminListAllContributions.contributionCount
|
this.rows = adminListAllContributions.contributionCount
|
||||||
this.items = adminListAllContributions.contributionList
|
this.items = adminListAllContributions.contributionList
|
||||||
|
if (this.statusFilter === FILTER_TAB_MAP[0]) {
|
||||||
|
this.$store.commit('setOpenCreations', adminListAllContributions.contributionCount)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
error({ message }) {
|
error({ message }) {
|
||||||
this.toastError(message)
|
this.toastError(message)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user