shashbha14 opened a new pull request, #67597: URL: https://github.com/apache/airflow/pull/67597
Closes #67456 Problem- The import errors modals (DAG and Plugin) rendered accordion items collapsed by default. Users had to manually expand each item to see the stack trace ,making the error information effectively hidden. Fix- Added controlled 'value'/'onValueChange' accordion state to both 'DAGImportErrorsModal' and 'PluginImportErrorsModal.' A 'useEffect' auto-expands all visible items whenever data loads or the page changes, so stack traces are immediately visible when the modal opens. -- 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]
