mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana-ui: Fix RadioButtonList component (#72804)
* Grafana-ui: Fix RadioButtonList component * Use just an index as a key
This commit is contained in:
parent
27f57fe112
commit
f8c44676df
@ -48,7 +48,7 @@ export function RadioButtonList<T>({
|
||||
|
||||
return (
|
||||
<RadioButtonDot
|
||||
key={itemId}
|
||||
key={index}
|
||||
id={itemId}
|
||||
name={name}
|
||||
label={option.label}
|
||||
|
Loading…
Reference in New Issue
Block a user