Merge pull request #2183 from Safelite/feature/CASH-56

CASH-56 | Clear VAPS when glass damage changes
This commit is contained in:
scottkiener 2025-01-07 11:01:46 -05:00 committed by GitHub
commit a44a1f57e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1204,6 +1204,7 @@ export const actions = {
resetPartsAndDependencies(context) {
context.commit(storeMutations.RESET_GLASS_PARTS_STATE);
context.commit(storeMutations.UPDATE_SUPPORTING_ITEMS, null);
context.commit(storeMutations.UPDATE_VAPS, null);
context.dispatch(storeActions.RESET_SERVICE_LOCATION_STATE_AND_DEPENDENCIES);
},