tirkarthi commented on code in PR #55509:
URL: https://github.com/apache/airflow/pull/55509#discussion_r2346810454
##########
airflow-core/src/airflow/ui/src/pages/HITLTaskInstances/HITLResponseForm.tsx:
##########
@@ -98,6 +99,9 @@ export const HITLResponseForm = ({ hitlDetail }:
HITLResponseFormProps) => {
<Text color="fg.muted" fontSize="sm">
{translate("response.received")}
<Time datetime={hitlDetail.response_at} format="YYYY-MM-DD,
HH:mm:ss" />
+ {hitlDetail.responded_user_name === DEFAULT_USERNAME
Review Comment:
Updated as per changes from #55463 to remove this check .
--
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]