Alerting: Fix the "Run queries" button to preview queries (#79252)

Fix the "Run queries" button to preview queries
This commit is contained in:
Virginia Cepeda
2023-12-07 18:21:46 -03:00
committed by GitHub
parent 2be7605794
commit c995e5e839
@@ -446,7 +446,7 @@ export const QueryAndExpressionsStep = ({ editingExistingRule, onDataChange }: P
<QueryEditor
queries={dataQueries}
expressions={expressionQueries}
onRunQueries={runQueriesPreview}
onRunQueries={() => runQueriesPreview()}
onChangeQueries={onChangeQueries}
onDuplicateQuery={onDuplicateQuery}
panelData={queryPreviewData}