diff --git a/src/dispatch/static/dispatch/src/router/config.js b/src/dispatch/static/dispatch/src/router/config.js index 6edccc4bd1d4..8568b0a2cd8d 100644 --- a/src/dispatch/static/dispatch/src/router/config.js +++ b/src/dispatch/static/dispatch/src/router/config.js @@ -513,6 +513,7 @@ export const protectedRoute = [ { path: "results", name: "ResultList", + meta: { name: "Results" }, component: () => import("@/search/ResultList.vue"), }, ],