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) => {
|
||||
console.error(error);
|
||||
console.log("Error calling: " + endpoint + " payload: " + JSON.stringify(payload));
|
||||
|
||||
if (logApiCall) {
|
||||
analyticsMixIn.methods.pushEventToGA(
|
||||
|
|
|
|||
|
|
@ -76,4 +76,4 @@ export default {
|
|||
loadingModal,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ const routes = [
|
|||
path: "/bailout",
|
||||
name: "bailout",
|
||||
component: bailout,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
name: "root",
|
||||
|
|
@ -444,7 +444,7 @@ async function DisplayPageError() {
|
|||
baseMixin.methods.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
|
||||
router.push({
|
||||
path: "/",
|
||||
query: { fmgPage: 'bailout' },
|
||||
query: { fmgPage: "bailout" },
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue