jscheffl commented on code in PR #52737:
URL: https://github.com/apache/airflow/pull/52737#discussion_r2180869911
##########
airflow-core/src/airflow/ui/src/layouts/Nav/PluginMenus.tsx:
##########
@@ -28,6 +28,9 @@ import { Menu } from "src/components/ui";
import { NavButton } from "./NavButton";
import { PluginMenuItem } from "./PluginMenuItem";
+// Define existing button categories to filter out
+const existingCategories = ["user", "docs", "admin", "browse"];
Review Comment:
Are existing (v2 Plugins) using lower case categories? I would have assumed
they use the non translated strings like "Docs" - do we need to match
potentially on the legacy as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]