RoyLee1224 commented on code in PR #51558: URL: https://github.com/apache/airflow/pull/51558#discussion_r2137540195
########## airflow-core/src/airflow/ui/src/pages/Connections/ConnectionStandardFields.tsx: ########## @@ -49,6 +51,7 @@ const StandardFields = ({ control, standardFields }: StandardFieldsProps) => { <Field.Root mt={3} orientation="horizontal"> <Stack> <Field.Label fontSize="md" style={{ flexBasis: "30%" }}> + {/* {translate(`connections.standardFields.${fields.title}`)} */} Review Comment: Oh, I commented that out while investigating how to handle the dynamic fields mentioned in my discussion question above. I'll remove these commented-out code -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org