Merge pull request #1687 from gradido/1684-when-generating-a-link-form-does-not-reset

1684 when generating a link form does not reset
This commit is contained in:
Alexander Friedland 2022-03-30 10:11:02 +02:00 committed by GitHub
commit 9ce0229345
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({})
})