sarth-akvaish commented on code in PR #61011:
URL: https://github.com/apache/airflow/pull/61011#discussion_r2732256683


##########
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:
   Removing Itemtrigger enables selecting the file path without triggering 
toggle, Accordin expand/colapse is handled by clicking accordion.item 



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