CASH-132: restore this which got lost in merging develop

This commit is contained in:
Adam Caouette 2025-02-07 18:44:18 -05:00
parent b7e471f0a7
commit c7fff31fb6

View file

@ -3063,6 +3063,10 @@ export const actions = {
);
},
savePageData(context, emailOrSms) {
context.commit(storeMutations.UPDATE_PAGE_DATA, emailOrSms);
},
saveVin(context, { isSelectedGlassAvailableForVehicle, vehicleInfo }) {
//Reset dependent state when changing
if (vehicleInfo.vin !== context.state.order.vehicle.vin) {