From 6daadd6b7803bedd7915890ee1f3efe2027c8964 Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Thu, 4 Jul 2024 16:51:27 +0200 Subject: [PATCH] Dashboard scenes: Fix inspect export join series by time (#90058) Fix default for transformations --- public/app/features/dashboard-scene/inspect/InspectDataTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx b/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx index 3e835a1c0af..9b6805153b4 100644 --- a/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx +++ b/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx @@ -25,7 +25,7 @@ export class InspectDataTab extends SceneObjectBase { super({ ...state, options: { - withTransforms: true, + withTransforms: false, withFieldConfig: true, }, });