Skip to content

Commit

Permalink
[Graph] Fix problem with duplicate ids
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 30, 2020
1 parent 076bb73 commit ab04344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function FieldEditor({

return (
<EuiPopover
id="graphFieldEditor"
id={`graphFieldEditor-${initialField.name}`}
anchorPosition="downLeft"
ownFocus
panelPaddingSize="none"
Expand Down

0 comments on commit ab04344

Please sign in to comment.