Merge pull request #2032 from Safelite/feature/CSR-2066
CSR-2066 | Revert attempted fix
This commit is contained in:
commit
2a15257cc0
1 changed files with 0 additions and 5 deletions
|
|
@ -74,11 +74,6 @@ export default {
|
|||
|
||||
// Call the "next" function to complete the transition to this page.
|
||||
next((vm) => {
|
||||
// Update navbar component to clear any stale loading component state
|
||||
// "/" is the fullPath for refreshes and re-entry to the site from Heritage
|
||||
if (from.fullPath == "/") {
|
||||
vm.$refs["navbar"].$forceUpdate();
|
||||
}
|
||||
vm.setCmsContent(resultMap.cmsContent);
|
||||
vm.originalList = resultMap.insuranceCompanyList;
|
||||
if (store.getters.externalParameterState?.isExternalParameter) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue