shivaam commented on code in PR #70699:
URL: https://github.com/apache/airflow/pull/70699#discussion_r3732068078


##########
airflow-core/src/airflow/ui/src/utils/links.ts:
##########
@@ -54,6 +54,26 @@ export const getRedirectPath = (targetPath: string): string 
=> {
 export const getNextHref = (location: Pick<Location, "hash" | "pathname" | 
"search">): string =>
   `${location.pathname}${location.search}${location.hash}`;
 
+export const getDagAdditionalPath = (pathname: string, tabValues: 
Array<string>): string => {

Review Comment:
   Thanks that simplified thinks. I replaced the regex with react router



-- 
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]

Reply via email to