Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit c9c25b9

Browse files
authored
Fixes an issue with the search menu not being rendered correctly (#2930)
1 parent 20d6738 commit c9c25b9

File tree

1 file changed

+1
-0
lines changed
  • src/dispatch/static/dispatch/src/router

1 file changed

+1
-0
lines changed

src/dispatch/static/dispatch/src/router/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ export const protectedRoute = [
513513
{
514514
path: "results",
515515
name: "ResultList",
516+
meta: { name: "Results" },
516517
component: () => import("@/search/ResultList.vue"),
517518
},
518519
],

0 commit comments

Comments
 (0)