diff --git a/superset-frontend/src/components/WarningIconWithTooltip/index.tsx b/superset-frontend/src/components/WarningIconWithTooltip/index.tsx index 640397e5c65..f160ade50ec 100644 --- a/superset-frontend/src/components/WarningIconWithTooltip/index.tsx +++ b/superset-frontend/src/components/WarningIconWithTooltip/index.tsx @@ -35,7 +35,10 @@ function WarningIconWithTooltip({ id="warning-tooltip" title={} > - + ); }