mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +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}
|
expanded={categoryExpanded[category] || false}
|
||||||
onChange={handleAccordionChange(category)}
|
onChange={handleAccordionChange(category)}
|
||||||
key={category}
|
key={category}
|
||||||
|
disableGutters
|
||||||
>
|
>
|
||||||
<AccordionSummary
|
<AccordionSummary
|
||||||
expandIcon={<ExpandMoreIcon />}
|
expandIcon={<ExpandMoreIcon />}
|
||||||
|
|||||||
Reference in New Issue
Block a user