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();