From 7e0bcf4b7c0ddfa6fb90e54b467bb04454c16980 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Thu, 18 Jul 2024 20:28:23 +0530 Subject: [PATCH] Update quote.vue --- src/layouts/quote/quote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 65342dc23..f06827739 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -258,7 +258,7 @@ export default { if (store.getters.leadGenQuote.isInsurance == true) { vm.isInsuranceSelected = true; vm.packageSelection = store.getters.leadGenQuote.packageSelection; - await nextTick(); + await nextTick(); const isValid = await baseMixin.methods.isFormValid(vm.$refs.theForm); if (isValid) { vm.forwardButtonAction();