update to new alerting -- old alerts were broken

This commit is contained in:
2023-08-21 07:29:26 -06:00
parent 257aa8d49e
commit 5804f692b7
2 changed files with 6 additions and 20 deletions

View File

@@ -192,8 +192,7 @@ const router = createRouter({
const errorHandler = (error, to, from) => {
// Handle the error here
console.error(error, to, from);
console.log("XXXXX");
console.error("Caught in top level error handler:", error, to, from);
// You can also perform additional actions, such as displaying an error message or redirecting the user to a specific page
};