diff --git a/src/store/index.js b/src/store/index.js index 910ffba66..918718fac 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1851,7 +1851,6 @@ export const actions = { if (isDamageChanging) { //Reset dependent state when changing context.dispatch(storeActions.RESET_PARTS_STATE_AND_DEPENDENCIES); - context.commit(storeMutations.UPDATE_VAPS, null); // Save new values context.commit(storeMutations.UPDATE_IS_REPAIR, isWindshieldRepair);