mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
chnaged simpler counting, number of open creations
This commit is contained in:
parent
f2c31b7d68
commit
30ba6e473b
@ -76,7 +76,7 @@ export default {
|
||||
.then((result) => {
|
||||
this.confirmResult = result.data.getPendingCreations
|
||||
this.$store.commit('resetOpenCreations')
|
||||
this.$store.commit('openCreationsPlus', Object.keys(this.confirmResult).length)
|
||||
this.$store.commit('openCreationsPlus', result.data.getPendingCreations.length)
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$toasted.error(error.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user