jscheffl commented on code in PR #45790:
URL: https://github.com/apache/airflow/pull/45790#discussion_r1922905969
##########
airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx:
##########
@@ -131,15 +129,8 @@ const TriggerDAGForm = ({ dagId, onClose, open }:
TriggerDAGFormProps) => {
return (
<>
- <Accordion.Root
- collapsible
- defaultValue={[flexibleFormDefaultSection]}
Review Comment:
I needed this to have the first section of accordion expanded if provided.
ELse all sections are folded and you need a click to start changing params
--
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]