From 61253e2a440cb494a3779e8bbb8551d90a35882c Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 2 Jun 2023 09:04:01 -0400 Subject: [PATCH] WIP --- 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 5698cb2a6..04c26fd90 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1840,7 +1840,7 @@ export const actions = { }, saveGlassParts(context, parts) { - if (!deepEqual(parts, context.store.order.lineItems.glassParts)) { + if (!deepEqual(parts, context.getters.order.lineItems.glassParts)) { context.commit(storeMutations.RESET_SERVICE_LOCATION_APPOINTMENT_TYPE); context.commit(storeMutations.RESET_SERVICE_LOCATION_PROVIDER); }