pierrejeambrun commented on code in PR #45434:
URL: https://github.com/apache/airflow/pull/45434#discussion_r1904362039
##########
airflow/ui/src/components/ClearRun/ClearRunTaskAccordion.tsx:
##########
@@ -93,6 +101,34 @@ const ClearRunTasksAccordion = ({ affectedTasks }: Props)
=> (
</Box>
</Accordion.ItemContent>
</Accordion.Item>
+ <Accordion.Item key="note" value="note">
Review Comment:
This is an Item. `Accrodion.Item` those are nested inside the
`Accordion.Root`. So basically 1 accordion component, and 2 items inside it. (1
for the note, one for the task instance table).
--
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]