Merge pull request #2100 from Safelite/Feature/Digital/CSR-2066

CSR-2066
This commit is contained in:
hiteshkumar87 2024-11-12 16:36:42 +05:30 committed by GitHub
commit e1f4bb0b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,9 +138,12 @@ export default {
navigateToHeritageFunnel({
shouldSaveSession: true,
pageNameToLog: "insurance-company",
cleanupBeforeNavigateExternalMethod: this.$refs.navbar.removeLoader,
cleanupBeforeNavigateExternalMethod: this.reloadPage,
});
},
reloadPage(){
window.location.reload();
}
},
components: {
funnelHeader,