VedantMadane commented on PR #60591: URL: https://github.com/apache/airflow/pull/60591#issuecomment-3762549418
Hi @rachanadutta, thanks for catching this! I found the bug. The `ActionAccordion` component requires `note` and `setNote` props, but I was only passing `affectedTasks`. This caused the accordion to render incorrectly and not display the task instances. I've pushed a fix that adds the missing props. Could you try pulling the latest changes and testing again? The accordion should now show the list of mapped task instances that will be affected by the clear operation. -- 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]
