This commit is contained in:
Cüneyt Şentürk 2022-10-24 17:49:28 +03:00
parent 416e39977f
commit 2eaff8fcc0

View File

@ -128,7 +128,7 @@ export default {
prev() { prev() {
if (this.active-- > 2); if (this.active-- > 2);
this.$router.push("/wizard/taxes"); this.$router.push("/wizard/currencies");
}, },
finish() { finish() {