mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add a key prop to warning component to prevent "should have a unique key prop" error (#83340)
add a key prop to prevent "should have a unique key prop" warning/error on the browser console
This commit is contained in:
@@ -405,6 +405,7 @@ export class QueryEditorRow<TQuery extends DataQuery> extends PureComponent<Prop
|
||||
|
||||
return (
|
||||
<Badge
|
||||
key="query-warning"
|
||||
color="orange"
|
||||
icon="exclamation-triangle"
|
||||
text={
|
||||
|
Reference in New Issue
Block a user