bbovenzi commented on code in PR #45987:
URL: https://github.com/apache/airflow/pull/45987#discussion_r1928969376


##########
airflow/ui/src/components/Clear/ClearAccordion.tsx:
##########
@@ -35,7 +35,7 @@ type Props = {
 // Table is in memory, pagination and sorting are disabled.
 // TODO: Make a front-end only unconnected table component with client side 
ordering and pagination
 const ClearAccordion = ({ affectedTasks, note, setNote }: Props) => (
-  <Accordion.Root collapsible defaultValue={["note"]} multiple={false} 
variant="enclosed">
+  <Accordion.Root collapsible defaultValue={["tasks"]} multiple={false} 
variant="enclosed">

Review Comment:
   I get that argument but I think seeing affected tasks is a must-have for 
clearing anything while adding a note is a nice to have.



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