Dashboard scenes: Fix inspect export join series by time (#90058)

Fix default for transformations
This commit is contained in:
Oscar Kilhed 2024-07-04 16:51:27 +02:00 committed by GitHub
parent dd4e254900
commit 6daadd6b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ export class InspectDataTab extends SceneObjectBase<InspectDataTabState> {
super({
...state,
options: {
withTransforms: true,
withTransforms: false,
withFieldConfig: true,
},
});