From 2f88ac6daa82b842fa31cf00f63189fc0c794332 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Sun, 6 Mar 2022 20:56:03 -0500 Subject: [PATCH] CSR-297 this moved to style page --- src/layouts/vehicle-damage/vehicle-damage.vue | 4 ---- 1 file changed, 4 deletions(-) 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,