diff --git a/Plan/react/dashboard/src/views/ErrorView.js b/Plan/react/dashboard/src/views/ErrorView.js index 19a91c2ad..bf4b3fbb1 100644 --- a/Plan/react/dashboard/src/views/ErrorView.js +++ b/Plan/react/dashboard/src/views/ErrorView.js @@ -5,6 +5,7 @@ import {faBug} from "@fortawesome/free-solid-svg-icons"; import LoadIn from "../components/animation/LoadIn"; export const ErrorViewText = ({error}) => { + console.error(error); return ( <>

{error.message} {error.url && {error.url}}