From c7fff31fb6aa0f82ee1dedbe0cfe6ed324d94049 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 7 Feb 2025 18:44:18 -0500 Subject: [PATCH] CASH-132: restore this which got lost in merging develop --- src/store/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/index.js b/src/store/index.js index af56e82aa..a3134dc89 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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) {