Alerting: Prevent query wrapper recreation on drag/drop (#50142)

This commit is contained in:
Konrad Lalik
2022-06-03 12:07:33 +02:00
committed by GitHub
parent 9d5c0bec0f
commit 573e121a67
@@ -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}