From 26256cfd50e95177ea1d83f5793a2410a1568373 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 30 Mar 2023 11:12:25 -0400 Subject: [PATCH] Changed serviceType under serviceLocation to appointmentType --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index b9d43e2f4..2dbc7b2cc 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -43,7 +43,7 @@ const getDefaultState = () => { state: null, zipCode: null, zipCodeCtu: null, - serviceType: null, + appointmentType: null, }, customer: { emailAddress: null,