mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Merge pull request #162 from xianjianlf2/style/AddNodes
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