[v9.0.x] Alerting: Prevent query wrapper recreation on drag/drop (#50151)

Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-03 12:25:40 +02:00
committed by GitHub
co-authored by Konrad Lalik
parent 7dd89a4689
commit c3313972b9
@@ -256,7 +256,7 @@ export class QueryRows extends PureComponent<Props, State> {
return (
<QueryWrapper
index={index}
key={`${query.refId}-${index}`}
key={query.refId}
dsSettings={dsSettings}
data={data}
query={query}