This commit is contained in:
Ulf Gebhardt 2023-02-17 23:38:06 +01:00
parent cb058adde6
commit 214970dde1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -90,7 +90,7 @@ export default {
fetchPolicy: 'network-only',
})
.then((result) => {
this.transactionLinks.links = [
this.transactionLinks = [
...this.transactionLinks,
...result.data.listTransactionLinks.links,
]