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

pull/49987/head^2
Konrad Lalik 3 years ago committed by GitHub
parent 9d5c0bec0f
commit 573e121a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx

@ -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}

Loading…
Cancel
Save