From 1f4c9b3c06a66839c9cccc9083811843fd1901e1 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 8 Jun 2023 14:09:49 -0400 Subject: [PATCH] WIP --- src/layouts/quote/quote.vue | 2 +- src/mixins/vehicle-questions-mixin.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 3aba56913..1e78647dc 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -182,7 +182,7 @@ export default { this.isInsuranceSelected, false ); - + if (!this.isInsuranceSelected) { this.dispatchStoreAction( this.storeActions.SAVE_PARENT_ACCOUNT_NUMBER, diff --git a/src/mixins/vehicle-questions-mixin.js b/src/mixins/vehicle-questions-mixin.js index cb967210b..f898c9276 100644 --- a/src/mixins/vehicle-questions-mixin.js +++ b/src/mixins/vehicle-questions-mixin.js @@ -443,9 +443,9 @@ export default { // save to store lineItems.glassParts await baseMixin.methods.dispatchStoreAction( - storeActions.SAVE_GLASS_PARTS, + storeActions.SAVE_GLASS_PARTS, collectedGlassParts - ) + ); const payment = store.getters.payment;