mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Graph] Fix problem with duplicate ids (#82109)
This commit is contained in:
parent
b10979c35e
commit
415a063dd0
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export function FieldEditor({
|
|||
|
||||
return (
|
||||
<EuiPopover
|
||||
id="graphFieldEditor"
|
||||
id={`graphFieldEditor-${initialField.name}`}
|
||||
anchorPosition="downLeft"
|
||||
ownFocus
|
||||
panelPaddingSize="none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue