keep big truck bailout data

This commit is contained in:
Katie Kroell 2026-03-10 11:27:46 -04:00
parent 5495fdcbf8
commit 96574ed187

View file

@ -204,7 +204,9 @@ export default {
methods: { methods: {
backButtonAction() { backButtonAction() {
// route to move backwards // route to move backwards
this.mainStore.resetBailout(); if (this.bailout.bailoutCode !== 9) {
this.mainStore.resetBailout();
}
this.$router.navigateWithSpinner( this.$router.navigateWithSpinner(
this.navigationScenarios.CLICKED_BACK_PREVIOUS, this.navigationScenarios.CLICKED_BACK_PREVIOUS,
this.$route this.$route