[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:
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}
|
||||
|
||||
Reference in New Issue
Block a user