tirkarthi commented on code in PR #44869:
URL: https://github.com/apache/airflow/pull/44869#discussion_r1883334513
##########
airflow/ui/src/router.tsx:
##########
@@ -51,6 +52,10 @@ export const router = createBrowserRouter(
element: <Events />,
path: "events",
},
+ {
+ element: <XCom />,
+ path: "xcoms",
Review Comment:
Other names at the top level path are plural like variables, events, dags
etc. Does this need to be xcom without plural?
--
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]