Skip to content

Commit

Permalink
Removes duplicate route names
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Oct 6, 2023
1 parent 319b2fa commit f65e6a5
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 @@ -161,7 +161,7 @@ export const protectedRoute = [
},
{
path: "/:organization/incidents/:name/timeline",
name: "IncidentTableEdit",
name: "IncidentTableEditTimeline",
component: () => import("@/incident/EditSheet.vue"),
props: true,
meta: {
Expand Down

0 comments on commit f65e6a5

Please sign in to comment.