diff --git a/src/router/routes.tsx b/src/router/routes.tsx index ce2b4be56..462fe480c 100644 --- a/src/router/routes.tsx +++ b/src/router/routes.tsx @@ -120,7 +120,6 @@ export const routes: RouteObject[] = [ // 🔐 Protected routes are only accessible to authenticated users { element: , - errorElement: , children: [ { path: Route.CREATE_COLLECTION,