remove gradido ID query after executing transaction

This commit is contained in:
Moriz Wahl 2023-03-23 11:56:48 +01:00
parent a60f99a5e5
commit 45be7a5b07

View File

@ -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