Update index.js

This commit is contained in:
Sneha 2023-12-22 13:38:31 +05:30
parent 39379ecc67
commit 23f1e16a3a

View file

@ -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);