fix link forwarding after using send with url parameters

This commit is contained in:
einhornimmond 2024-06-17 11:47:14 +02:00
parent ab393f3428
commit 337be6e00b

View File

@ -172,7 +172,7 @@ export default {
throw new Error(`undefined transactionData.selected : ${this.transactionData.selected}`)
}
this.loading = false
this.$router.push('send')
this.$router.push({ path: '/send' })
},
onBack() {
this.currentTransactionStep = TRANSACTION_STEPS.transactionForm