diff --git a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx index 1a4506245ad..e42ee7c5556 100644 --- a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx +++ b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx @@ -348,7 +348,7 @@ class UnThemedTransformationsEditor extends React.PureComponent - {noTransforms && ( + {noTransforms && !config.featureToggles.transformationsRedesign && ( storageKey={LOCAL_STORAGE_KEY} defaultValue={false}> {(isDismissed, onDismiss) => {