Prevent unwanted execution in error scenario
This commit is contained in:
parent
3d3d48a1ec
commit
5488b3d6a3
1 changed files with 2 additions and 0 deletions
|
|
@ -430,6 +430,8 @@ export default {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.$router.handleSoftError(errorPayload);
|
this.$router.handleSoftError(errorPayload);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// clear order
|
// clear order
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue