Navigate to cell detail page on cell click

This commit is contained in:
Eli Ribble 2026-04-24 13:48:00 +00:00
parent e5080eaaf6
commit 3bfcfff1eb
No known key found for this signature in database
4 changed files with 13 additions and 10 deletions

View file

@ -48,7 +48,7 @@ const routes: RouteRecordRaw[] = [
children: [
{
component: Cell,
name: "Cell",
name: ROUTE_NAMES.CELL_DETAIL,
path: "/_/cell/:cell",
props: true,
},