mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Alerting: Prevent query wrapper recreation on drag/drop (#50142)
This commit is contained in:
@@ -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