Grafana-ui: Fix RadioButtonList component (#72804)
* Grafana-ui: Fix RadioButtonList component * Use just an index as a key
This commit is contained in:
@@ -48,7 +48,7 @@ export function RadioButtonList<T>({
|
||||
|
||||
return (
|
||||
<RadioButtonDot
|
||||
key={itemId}
|
||||
key={index}
|
||||
id={itemId}
|
||||
name={name}
|
||||
label={option.label}
|
||||
|
||||
Reference in New Issue
Block a user