Skip to content

Commit

Permalink
Alerting: Fix the "Run queries" button to preview queries (grafana#79252
Browse files Browse the repository at this point in the history
)

Fix the "Run queries" button to preview queries
  • Loading branch information
VikaCep authored Dec 7, 2023
1 parent 2be7605 commit c995e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c995e5e

Please sign in to comment.