prettier
This commit is contained in:
parent
d9b5902ea4
commit
e6b2a95f14
3 changed files with 3 additions and 4 deletions
|
|
@ -51,7 +51,6 @@ export default {
|
||||||
},
|
},
|
||||||
(error) => {
|
(error) => {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
console.log("Error calling: " + endpoint + " payload: " + JSON.stringify(payload));
|
|
||||||
|
|
||||||
if (logApiCall) {
|
if (logApiCall) {
|
||||||
analyticsMixIn.methods.pushEventToGA(
|
analyticsMixIn.methods.pushEventToGA(
|
||||||
|
|
|
||||||
|
|
@ -76,4 +76,4 @@ export default {
|
||||||
loadingModal,
|
loadingModal,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ const routes = [
|
||||||
path: "/bailout",
|
path: "/bailout",
|
||||||
name: "bailout",
|
name: "bailout",
|
||||||
component: bailout,
|
component: bailout,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
name: "root",
|
name: "root",
|
||||||
|
|
@ -444,7 +444,7 @@ async function DisplayPageError() {
|
||||||
baseMixin.methods.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
|
baseMixin.methods.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
|
||||||
router.push({
|
router.push({
|
||||||
path: "/",
|
path: "/",
|
||||||
query: { fmgPage: 'bailout' },
|
query: { fmgPage: "bailout" },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue