diff --git a/src/views/ErrorPage/ErrorPage.jsx b/src/views/ErrorPage/ErrorPage.jsx index 8523c1e3..337c1fb0 100644 --- a/src/views/ErrorPage/ErrorPage.jsx +++ b/src/views/ErrorPage/ErrorPage.jsx @@ -34,6 +34,7 @@ const ErrorPage = ({ initErrorsList }) => { } useEffect(() => { + window.scrollTo(0, 0); const pageTitle = 'Errors Occurred'; // Fire off page load event