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


##########
airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx:
##########
@@ -139,7 +129,7 @@ const TriggerDAGForm = ({ dagId, onClose, open }: 
TriggerDAGFormProps) => {
         size="lg"
         variant="enclosed"
       >
-        <FlexibleForm params={paramsDict} />
+        <FlexibleForm initialParamsDict={initialParamsDict} />

Review Comment:
   I think we should keep the advanced JSON configuration. Because it is an 
alternative to paste a prepared config (which you can copy from a previous DAG 
run) w/o the need to fill all fields manually. Saves ~20+ clicks for power 
users.



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