From 8320b18b71d7fedff527aee53e3c2ba79e85ec74 Mon Sep 17 00:00:00 2001 From: Ludovic Viaud Date: Mon, 17 Jul 2023 16:36:48 +0200 Subject: [PATCH] Remove alert for feature transformationsRedesign (#71677) --- .../components/TransformationsEditor/TransformationsEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {