Merge pull request #1658 from Safelite/feature/CSR-1826.1

Update index.js
This commit is contained in:
AMSNEHA 2023-12-22 13:50:32 +05:30 committed by GitHub
commit b90137bf0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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