diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index f71fde437..9a16b7a96 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -124,10 +124,6 @@ export default { store.dispatch(storeActions.RESET_PARTS_STATE_AND_DEPENDENCIES); }, backButtonAction() { - store.commit(this.storeMutations.UPDATE_IS_REPAIR, null); - store.commit(this.storeMutations.UPDATE_NUMBER_OF_CHIPS, null); - store.commit(this.storeMutations.UPDATE_GLASS_TO_REPLACE, []); - // route to move backwards this.$router.navigate( this.navigationScenarios.CLICKED_BACK,