PanelQueryRunner: Clear field state between query results (#33504)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Torkel Ödegaard 2021-04-29 08:02:33 +02:00 committed by GitHub
parent 1f4154a50d
commit e977085933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@ export class PanelQueryRunner {
fields: frame.fields.map((field, fieldIndex) => ({
...field,
values: data.series[frameIndex].fields[fieldIndex].values,
state: {},
})),
})),
};