jscheffl commented on code in PR #51558:
URL: https://github.com/apache/airflow/pull/51558#discussion_r2136567582
##########
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:
Why is this commented-out? Is the still DRAFT code? Can you please make this
clean?
--
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]