Merge pull request #2100 from Safelite/Feature/Digital/CSR-2066
CSR-2066
This commit is contained in:
commit
e1f4bb0b4b
1 changed files with 4 additions and 1 deletions
|
|
@ -138,9 +138,12 @@ export default {
|
||||||
navigateToHeritageFunnel({
|
navigateToHeritageFunnel({
|
||||||
shouldSaveSession: true,
|
shouldSaveSession: true,
|
||||||
pageNameToLog: "insurance-company",
|
pageNameToLog: "insurance-company",
|
||||||
cleanupBeforeNavigateExternalMethod: this.$refs.navbar.removeLoader,
|
cleanupBeforeNavigateExternalMethod: this.reloadPage,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
reloadPage(){
|
||||||
|
window.location.reload();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
funnelHeader,
|
funnelHeader,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue