From c995e5e839ea0de048a6f04a5f4187a14f62efba Mon Sep 17 00:00:00 2001 From: Virginia Cepeda Date: Thu, 7 Dec 2023 18:21:46 -0300 Subject: [PATCH] Alerting: Fix the "Run queries" button to preview queries (#79252) Fix the "Run queries" button to preview queries --- .../query-and-alert-condition/QueryAndExpressionsStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx b/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx index 27fb0a39cf5..9360b934ad7 100644 --- a/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx @@ -446,7 +446,7 @@ export const QueryAndExpressionsStep = ({ editingExistingRule, onDataChange }: P runQueriesPreview()} onChangeQueries={onChangeQueries} onDuplicateQuery={onDuplicateQuery} panelData={queryPreviewData}