bbovenzi commented on code in PR #55277:
URL: https://github.com/apache/airflow/pull/55277#discussion_r2349962130
##########
airflow-core/src/airflow/ui/src/router.tsx:
##########
@@ -173,6 +173,15 @@ export const routerConfig = [
element: <Dag />,
path: "dags/:dagId",
},
+ {
+ children: [
+ { element: <Overview />, index: true },
+ { element: <Overview />, path: "single" },
+ { element: <Overview />, path: "backfill" },
Review Comment:
I wonder if we should pass `trigger={"single" | "backfill" | undefined}` as
props from here instead of trying to manually parse the url string?
--
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]