use constant

This commit is contained in:
Katie Kroell 2026-03-10 13:23:09 -04:00
parent 2e124a8fd5
commit 07e563a29f

View file

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