fix: Autofocus on the add node search input field (#2887)

fix: autofocus on the search input field
This commit is contained in:
Shreyans Pathak
2024-07-26 20:12:53 -04:00
committed by GitHub
parent 2dd1791ec2
commit 1338501658
@@ -296,6 +296,8 @@ const AddNodes = ({ nodesData, node, isAgentCanvas }) => {
<Typography variant='h4'>Add Nodes</Typography>
</Stack>
<OutlinedInput
// eslint-disable-next-line
autoFocus
sx={{ width: '100%', pr: 2, pl: 2, my: 2 }}
id='input-search-node'
value={searchValue}