From 23f1e16a3a099e422d7ffef59374dfd45fe7e299 Mon Sep 17 00:00:00 2001 From: Sneha Date: Fri, 22 Dec 2023 13:38:31 +0530 Subject: [PATCH] Update index.js --- src/store/index.js | 1 - 1 file changed, 1 deletion(-) 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);