Merge branch 'master' into update-deployment-env

This commit is contained in:
Moriz Wahl 2022-03-30 14:19:01 +02:00 committed by GitHub
commit 20a1c08c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,7 @@ export default {
.then((result) => {
this.$emit('set-tunneled-email', null)
this.code = result.data.createTransactionLink.code
this.transactionData = { ...EMPTY_TRANSACTION_DATA }
this.currentTransactionStep = TRANSACTION_STEPS.transactionResultLink
this.updateTransactions({})
})