mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[7.x] [Lens] Fix React duplicate keys warning for identically… (#53116)
This commit is contained in:
parent
165ed590dd
commit
7be5e9294b
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