[Graph] Fix problem with duplicate ids (#82109)

This commit is contained in:
Stratoula Kalafateli 2020-10-30 15:17:19 +02:00 committed by GitHub
parent b10979c35e
commit 415a063dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ export function FieldEditor({
return (
<EuiPopover
id="graphFieldEditor"
id={`graphFieldEditor-${initialField.name}`}
anchorPosition="downLeft"
ownFocus
panelPaddingSize="none"