Update quote.vue

This commit is contained in:
hiteshkumar87 2024-07-18 20:28:23 +05:30
parent ac873bf893
commit 7e0bcf4b7c

View file

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