mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove alert for feature transformationsRedesign (#71677)
This commit is contained in:
@@ -348,7 +348,7 @@ class UnThemedTransformationsEditor extends React.PureComponent<TransformationsE
|
||||
|
||||
return (
|
||||
<>
|
||||
{noTransforms && (
|
||||
{noTransforms && !config.featureToggles.transformationsRedesign && (
|
||||
<Container grow={1}>
|
||||
<LocalStorageValueProvider<boolean> storageKey={LOCAL_STORAGE_KEY} defaultValue={false}>
|
||||
{(isDismissed, onDismiss) => {
|
||||
|
||||
Reference in New Issue
Block a user