diff --git a/openmetadata-ui/src/main/resources/ui/src/components/AppRouter/AppRouter.tsx b/openmetadata-ui/src/main/resources/ui/src/components/AppRouter/AppRouter.tsx index 4c5a90c50b5..d7f2f884e45 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/AppRouter/AppRouter.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/AppRouter/AppRouter.tsx @@ -116,7 +116,7 @@ const AppRouter = () => { {/* Render APP position plugin routes (they handle their own layouts) */} {isAuthenticated && - plugins?.flatMap((plugin) => { + plugins.flatMap((plugin) => { const routes = plugin.getRoutes?.() || []; // Filter routes with APP position const appRoutes = routes.filter(