bbovenzi commented on code in PR #57063:
URL: https://github.com/apache/airflow/pull/57063#discussion_r2452143950


##########
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:
   Mind leaving a comment for it? I think its a bit confusing seeing it sitting 
in the middle of the component without context



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