mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard scenes: Fix inspect export join series by time (#90058)
Fix default for transformations
This commit is contained in:
parent
dd4e254900
commit
6daadd6b78
@ -25,7 +25,7 @@ export class InspectDataTab extends SceneObjectBase<InspectDataTabState> {
|
|||||||
super({
|
super({
|
||||||
...state,
|
...state,
|
||||||
options: {
|
options: {
|
||||||
withTransforms: true,
|
withTransforms: false,
|
||||||
withFieldConfig: true,
|
withFieldConfig: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user