pierrejeambrun commented on code in PR #45987:
URL: https://github.com/apache/airflow/pull/45987#discussion_r1928978384
##########
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:
Ok, lets go with `tasks` as default. I'll do the same or `mark task as`.
--
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]