mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cloudwatch: Fix bug with onblur in Metric Search (#45488)
This commit is contained in:
@@ -72,6 +72,7 @@ export function MathExpressionQueryField({
|
||||
onBlur={(value) => {
|
||||
if (value !== query) {
|
||||
onChange(value);
|
||||
onRunQuery();
|
||||
}
|
||||
}}
|
||||
onBeforeEditorMount={(monaco: Monaco) =>
|
||||
|
||||
Reference in New Issue
Block a user