jscheffl commented on code in PR #47868:
URL: https://github.com/apache/airflow/pull/47868#discussion_r2002022029


##########
airflow/ui/src/components/FlexibleForm/index.tsx:
##########
@@ -22,5 +22,6 @@ export type FlexibleFormElementProps = {
 };
 
 export const flexibleFormDefaultSection = "Run Parameters";
+export const flexibleFormExtraFieldSection = "Extra Field";

Review Comment:
   Oh, just another small nit :-D - would recommend plural here.
   ```suggestion
   export const flexibleFormExtraFieldSection = "Extra Fields";
   ```



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