formatting
This commit is contained in:
hiteshkumar87 2024-10-30 20:10:47 +05:30
parent d1e372b1f3
commit d6448c63c9

View file

@ -75,9 +75,9 @@ export default {
// Call the "next" function to complete the transition to this page.
next((vm) => {
//Reload page if serve from bfcache.
if (performance.getEntriesByType("navigation")[0].type === "back_forward") {
if (performance.getEntriesByType("navigation")[0].type === "back_forward") {
vm.handlePageShow();
}
}
vm.setCmsContent(resultMap.cmsContent);
vm.originalList = resultMap.insuranceCompanyList;
if (store.getters.externalParameterState?.isExternalParameter) {