style: improve AddNodes click

This commit is contained in:
xianjianlf2 2023-05-24 11:09:40 +08:00
parent db717ef410
commit baf638d0c0
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ const AddNodes = ({ nodesData, node }) => {
expanded={categoryExpanded[category] || false}
onChange={handleAccordionChange(category)}
key={category}
disableGutters
>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}