Skip to content

Commit

Permalink
Hook up missing route
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Dec 6, 2024
1 parent a41e9c9 commit c088372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/AppRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ const commonInConventionRoutes: RouteObject[] = [
lazy: () => import('./FormAdmin'),
children: [
{ path: ':id/edit_advanced', id: NamedRoute.FormJSONEditor, lazy: () => import('./FormAdmin/FormJSONEditor') },
{ path: ':id', lazy: () => import('./FormAdmin/$id/route') },
{ index: true, id: NamedRoute.FormAdminIndex, lazy: () => import('./FormAdmin/FormAdminIndex') },
],
},
Expand Down

0 comments on commit c088372

Please sign in to comment.