mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
test build failure fix (#23684)
This commit is contained in:
parent
354f20faa5
commit
d567935667
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user