- An error has occurred, please press "Home" on top to return to the main page.
+ my error page
diff --git a/clientui/src/main.js b/clientui/src/main.js
index a8d446e89..187f1206a 100644
--- a/clientui/src/main.js
+++ b/clientui/src/main.js
@@ -11,7 +11,7 @@ import './assets/app.scss'
import About from './components/About'
import Exports from './components/Exports'
import Documentation from './components/Documentation'
-import ErrorPage from './components/ErrorPage.vue'
+// import ErrorPage from './components/ErrorPage.vue'
import ReportSelection from './components/ReportSelection.vue'
import ReadCodeEntry from './components/ReadCodeEntry.vue'
import SearchTermEntry from './components/SearchTermEntry.vue'
@@ -74,7 +74,7 @@ const routes = [
{ path: '/documentation', component: Documentation },
{ path: '/exports', component: Exports },
// if page is unknown, show main selection page.
- { path: '*', component: ErrorPage }
+ { path: '*', component: ReportSelection }
]
/* eslint-disable no-new */
diff --git a/pom.xml b/pom.xml
index 67d6d451e..1816fe5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@