From 30916d4a51751ee30fa206f00438fdd38e7d6ab4 Mon Sep 17 00:00:00 2001 From: David Colon <38386583+Da-Colon@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:47:37 -0400 Subject: [PATCH] fix new proposal-templates route --- src/router.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: ,