Skip to content

Commit

Permalink
Fixes an issue with the search menu not being rendered correctly (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Feb 1, 2023
1 parent 20d6738 commit c9c25b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/static/dispatch/src/router/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ export const protectedRoute = [
{
path: "results",
name: "ResultList",
meta: { name: "Results" },
component: () => import("@/search/ResultList.vue"),
},
],
Expand Down

0 comments on commit c9c25b9

Please sign in to comment.