From f2d7bbafb585e0628fe9bdb540fc7dcc9a7a2d05 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 28 Jul 2023 06:39:06 -0400 Subject: [PATCH] Added fields to vuex store --- src/store/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/store/index.js b/src/store/index.js index fa2906387..c3751b86a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -59,9 +59,14 @@ const getDefaultState = () => { zipCodeCtu: null, }, }, + techNotes: null, }, customer: { + firstName: null, + lastName: null, emailAddress: null, + phoneNumber: null, + isSmsOptin: null, }, damage: { isRepair: null,