Fixed a11y graph new vertext ID issue

This commit is contained in:
vaidankarswapnil 2022-01-27 15:50:21 +05:30
parent 9358fd5889
commit 8b25b56684
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export const NewVertexComponent: FunctionComponent<INewVertexComponentProps> = (
<TextField <TextField
className="edgeInput" className="edgeInput"
type="text" type="text"
id="propertyKeyNewVertexPane" id={`propertyKeyNewVertexPane${index + 1}`}
componentRef={input} componentRef={input}
placeholder="Key" placeholder="Key"
autoComplete="off" autoComplete="off"