Skip to content
Snippets Groups Projects
Commit 23dbe7d9 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: refresh on sucessful ta-execute

parent 78f6465d
No related branches found
No related tags found
No related merge requests found
Pipeline #273695 passed with warnings
......@@ -204,6 +204,7 @@ const store = new Vuex.Store({
state.transaction_result = {
'type': 'success'
}
this.$router.go()
} catch (e) {
window.console.debug(e.response)
state.transaction_result = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment