diff --git a/frontend/src/pages/Send.vue b/frontend/src/pages/Send.vue index f64fc9045..30ffc06ed 100644 --- a/frontend/src/pages/Send.vue +++ b/frontend/src/pages/Send.vue @@ -166,6 +166,7 @@ export default { throw new Error(`undefined transactionData.selected : ${this.transactionData.selected}`) } this.loading = false + this.$router.push({ query: { gradidoID: undefined } }) }, onBack() { this.currentTransactionStep = TRANSACTION_STEPS.transactionForm