diff --git a/frontend/app/components/Dashboard/components/WidgetPreview/WidgetPreview.tsx b/frontend/app/components/Dashboard/components/WidgetPreview/WidgetPreview.tsx
index f0e3b037a..bea850d11 100644
--- a/frontend/app/components/Dashboard/components/WidgetPreview/WidgetPreview.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetPreview/WidgetPreview.tsx
@@ -66,7 +66,7 @@ function WidgetPreview(props: Props) {
>
)}
- {isTable && (
+ {!disableVisualization && isTable && (
<>
Visualization