mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
potential frontend fix
This commit is contained in:
parent
16c3ba399e
commit
c01a94aa24
@ -90,7 +90,10 @@ export default {
|
|||||||
fetchPolicy: 'network-only',
|
fetchPolicy: 'network-only',
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
this.transactionLinks = [...this.transactionLinks, ...result.data.listTransactionLinks]
|
this.transactionLinks.links = [
|
||||||
|
...this.transactionLinks,
|
||||||
|
...result.data.listTransactionLinks.links,
|
||||||
|
]
|
||||||
this.$emit('update-transactions')
|
this.$emit('update-transactions')
|
||||||
this.pending = false
|
this.pending = false
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user