use constant
This commit is contained in:
parent
2e124a8fd5
commit
07e563a29f
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ export default {
|
|||
methods: {
|
||||
backButtonAction() {
|
||||
// route to move backwards
|
||||
if (this.bailout.bailoutCode !== 9) {
|
||||
if (this.bailout.bailoutCode !== BailoutCode.HeavyTruckVehicle) {
|
||||
this.mainStore.resetBailout();
|
||||
}
|
||||
this.$router.navigateWithSpinner(
|
||||
|
|
|
|||
Loading…
Reference in a new issue