Skip to content

Commit

Permalink
stop route stomping until scheme pages integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Dec 2, 2024
1 parent 0b7e25d commit 31e725a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arches_lingo/src/arches_lingo/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ export const routes = [
{
path: "/scheme/:id",
name: "scheme",
component: () => import("@/arches_lingo/pages/SchemePage.vue"),
meta: {
shouldShowNavigation: true,
shouldShowHierarchy: true,
requiresAuthentication: true,
},
},
{
path: "/scheme/:id/report",
name: "scheme",
component: () => import("@/arches_lingo/pages/SchemeReport.vue"),
meta: {
shouldShowNavigation: true,
Expand Down

0 comments on commit 31e725a

Please sign in to comment.