mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Transformations: Config overrides being lost when config from query transform is applied (#69720)
fix config overides being lost by transforms
This commit is contained in:
parent
ff3e028a85
commit
a5b9eac88e
@ -66,6 +66,7 @@ export function extractConfigFromQuery(options: ConfigFromQueryTransformOptions,
|
||||
const outputFrame: DataFrame = {
|
||||
fields: [],
|
||||
length: frame.length,
|
||||
refId: frame.refId,
|
||||
};
|
||||
|
||||
for (const field of frame.fields) {
|
||||
@ -85,7 +86,6 @@ export function extractConfigFromQuery(options: ConfigFromQueryTransformOptions,
|
||||
|
||||
output.push(outputFrame);
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user