guan404ming commented on code in PR #61011:
URL: https://github.com/apache/airflow/pull/61011#discussion_r2732539534
##########
airflow-core/src/airflow/ui/src/pages/Dashboard/Stats/DAGImportErrorsModal.tsx:
##########
@@ -83,15 +83,27 @@ export const DAGImportErrorsModal:
React.FC<ImportDAGErrorModalProps> = ({ onClo
<Accordion.Root collapsible multiple size="md" variant="enclosed">
{data?.import_errors.map((importError) => (
<Accordion.Item key={importError.import_error_id}
value={importError.filename}>
- <Accordion.ItemTrigger cursor="pointer">
Review Comment:
Make sense to me. Instead of using self-closing `Accordion.ItemTrigger`, how
about just update to use https://chakra-ui.com/docs/components/collapsible? It
is more clean way to implement this feature.
--
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]