From f65e6a51b5e07ff4690d04b11ee1733014513af9 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:28:05 -0700 Subject: [PATCH] Removes duplicate route names --- src/dispatch/static/dispatch/src/router/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/static/dispatch/src/router/config.js b/src/dispatch/static/dispatch/src/router/config.js index a05bf8ec0644..be12fbd66e8a 100644 --- a/src/dispatch/static/dispatch/src/router/config.js +++ b/src/dispatch/static/dispatch/src/router/config.js @@ -161,7 +161,7 @@ export const protectedRoute = [ }, { path: "/:organization/incidents/:name/timeline", - name: "IncidentTableEdit", + name: "IncidentTableEditTimeline", component: () => import("@/incident/EditSheet.vue"), props: true, meta: {