mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
style: improve AddNodes click
This commit is contained in:
@@ -218,6 +218,7 @@ const AddNodes = ({ nodesData, node }) => {
|
||||
expanded={categoryExpanded[category] || false}
|
||||
onChange={handleAccordionChange(category)}
|
||||
key={category}
|
||||
disableGutters
|
||||
>
|
||||
<AccordionSummary
|
||||
expandIcon={<ExpandMoreIcon />}
|
||||
|
||||
Reference in New Issue
Block a user