style: improve AddNodes click
This commit is contained in:
parent
db717ef410
commit
baf638d0c0
|
|
@ -218,6 +218,7 @@ const AddNodes = ({ nodesData, node }) => {
|
|||
expanded={categoryExpanded[category] || false}
|
||||
onChange={handleAccordionChange(category)}
|
||||
key={category}
|
||||
disableGutters
|
||||
>
|
||||
<AccordionSummary
|
||||
expandIcon={<ExpandMoreIcon />}
|
||||
|
|
|
|||
Loading…
Reference in New Issue