Skip to content

Commit

Permalink
Update src/dispatch/static/dispatch/src/router/config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Vilanova <[email protected]>
  • Loading branch information
kevgliss and mvilanova authored Jul 1, 2021
1 parent 9fbe422 commit 8d1127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/router/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const protectedRoute = [
name: "RunbookTable",
meta: { title: "Runbooks", subMenu: "project", group: "knowledge" },
component: () =>
import(/* webpackChunkName: "plugin-table" */ "@/document/runbook/RunbookTable.vue"),
import(/* webpackChunkName: "runbooks-table" */ "@/document/runbook/RunbookTable.vue"),
},
{
path: "definitions",
Expand Down

0 comments on commit 8d1127c

Please sign in to comment.