pierrejeambrun commented on code in PR #57063:
URL: https://github.com/apache/airflow/pull/57063#discussion_r2452090531
##########
airflow-core/src/airflow/ui/src/layouts/Details/Grid/GridTI.tsx:
##########
@@ -84,6 +85,8 @@ const Instance = ({ dagId, instance, isGroup, isMapped,
onClick, runId, search,
[dagId, isGroup, isMapped, location.pathname, runId, taskId],
);
+ searchParams.delete("try_number");
Review Comment:
Removing the 'try_number' from the `searchParams` object, without operating
a `setSearchParam`, so when we do
`searchParams.toString()` a little bit further down in the same component to
create the Link URL, `try_number` won't be there in the generated target link.
(The goal is to remove the `try_number` query param from the redirection url)
--
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]