Merge pull request #1337 from Safelite/feature/CSR-1630

CSR-1630
This commit is contained in:
CarlNation 2023-09-12 11:22:42 -04:00 committed by GitHub
commit 5cc384fd20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1679,8 +1679,9 @@ export const actions = {
if (!isSelectedGlassAvailableForVehicle) {
context.dispatch(storeActions.RESET_DAMAGE_STATE_AND_DEPENDENCIES);
}
}
//Save new values
if (registrationInfo) {
context.commit(storeMutations.UPDATE_VEHICLE, vehicleInfo);
context.commit(storeMutations.UPDATE_REGISTRATION, registrationInfo);
}