mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] Fix React duplicate keys warning for identically labele… (#52716)
This commit is contained in:
parent
68f956d814
commit
a9831d6d8c
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ export function ChangeIndexPattern({
|
|||
searchable
|
||||
singleSelection="always"
|
||||
options={indexPatternRefs.map(({ title, id }) => ({
|
||||
key: id,
|
||||
label: title,
|
||||
value: id,
|
||||
checked: id === indexPatternId ? 'on' : undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue