From 95e6d02b748b5b34c18c3d62bce58d87c6551338 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Wed, 27 Mar 2024 20:53:01 +0530 Subject: [PATCH] CSR-2039 removing from estimate page --- src/layouts/estimate/estimate.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index f1318e205..4931b9c61 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -264,7 +264,6 @@ export default { navigateToHeritageFunnel({ shouldSaveSession: true, pageNameToLog: "estimate", - loadingModal: this.$refs.loadingModal, }); } else if (this.$store.getters.order.referralNumber?.length === 6) { await this.navigateForwardWithSingleCarMatch();