diff --git a/src/router.tsx b/src/router.tsx index ed72c36922..1c9e323b02 100644 --- a/src/router.tsx +++ b/src/router.tsx @@ -51,8 +51,11 @@ export const router = createBrowserRouter([ }, { path: 'proposal-templates', - element: , children: [ + { + index: true, + element: , + }, { path: 'new', element: ,