CSR-297 this moved to style page

This commit is contained in:
CarlNation 2022-03-06 20:56:03 -05:00
parent 25ffc2ebbd
commit 2f88ac6daa

View file

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