mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelQueryRunner: Clear field state between query results (#33504)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
parent
1f4154a50d
commit
e977085933
@ -117,6 +117,7 @@ export class PanelQueryRunner {
|
||||
fields: frame.fields.map((field, fieldIndex) => ({
|
||||
...field,
|
||||
values: data.series[frameIndex].fields[fieldIndex].values,
|
||||
state: {},
|
||||
})),
|
||||
})),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user