shashbha14 commented on code in PR #67597:
URL: https://github.com/apache/airflow/pull/67597#discussion_r3316054664


##########
airflow-core/src/airflow/ui/src/pages/Dashboard/Stats/PluginImportErrorsModal.tsx:
##########
@@ -81,9 +86,16 @@ export const PluginImportErrorsModal: 
React.FC<PluginImportErrorsModalProps> = (
         <Dialog.CloseTrigger />
 
         <Dialog.Body>
-          <Accordion.Root collapsible multiple size="md" variant="enclosed">
+          <Accordion.Root
+            collapsible
+            multiple
+            onValueChange={(details) => setOpenItems(details.value)}

Review Comment:
   Updated to use key={visibleKeys.join(",")} and defaultValue={visibleKeys} 
instead of controlled value/onValueChange.



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