mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-14 05:45:03 +00:00
Fixed a11y graph new vertext ID issue
This commit is contained in:
parent
9358fd5889
commit
8b25b56684
@ -143,7 +143,7 @@ export const NewVertexComponent: FunctionComponent<INewVertexComponentProps> = (
|
||||
<TextField
|
||||
className="edgeInput"
|
||||
type="text"
|
||||
id="propertyKeyNewVertexPane"
|
||||
id={`propertyKeyNewVertexPane${index + 1}`}
|
||||
componentRef={input}
|
||||
placeholder="Key"
|
||||
autoComplete="off"
|
||||
|
Loading…
x
Reference in New Issue
Block a user