diff --git a/frontend/src/container/FormAlertRules/ChartPreview/index.tsx b/frontend/src/container/FormAlertRules/ChartPreview/index.tsx
index 2110216cf1..8d7e559f3b 100644
--- a/frontend/src/container/FormAlertRules/ChartPreview/index.tsx
+++ b/frontend/src/container/FormAlertRules/ChartPreview/index.tsx
@@ -252,11 +252,11 @@ function ChartPreview({
{queryResponse.error.message || t('preview_chart_unexpected_error')}
)}
- {queryResponse.isLoading && (
-