Merge pull request #162 from xianjianlf2/style/AddNodes

style/Improve AddNodes click
This commit is contained in:
Henry Heng
2023-05-24 14:05:39 +01:00
committed by GitHub
+1
View File
@@ -218,6 +218,7 @@ const AddNodes = ({ nodesData, node }) => {
expanded={categoryExpanded[category] || false}
onChange={handleAccordionChange(category)}
key={category}
disableGutters
>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}