CASH-132: restore this which got lost in merging develop
This commit is contained in:
parent
b7e471f0a7
commit
c7fff31fb6
1 changed files with 4 additions and 0 deletions
|
|
@ -3063,6 +3063,10 @@ export const actions = {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
savePageData(context, emailOrSms) {
|
||||||
|
context.commit(storeMutations.UPDATE_PAGE_DATA, emailOrSms);
|
||||||
|
},
|
||||||
|
|
||||||
saveVin(context, { isSelectedGlassAvailableForVehicle, vehicleInfo }) {
|
saveVin(context, { isSelectedGlassAvailableForVehicle, vehicleInfo }) {
|
||||||
//Reset dependent state when changing
|
//Reset dependent state when changing
|
||||||
if (vehicleInfo.vin !== context.state.order.vehicle.vin) {
|
if (vehicleInfo.vin !== context.state.order.vehicle.vin) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue