guan404ming commented on code in PR #61011:
URL: https://github.com/apache/airflow/pull/61011#discussion_r2732190574


##########
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:
   Why we need to remove the `Accordion.ItemTrigger`?



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