Cloudwatch: Fix bug with onblur in Metric Search (#45488)

This commit is contained in:
Sarah Zinger
2022-02-17 12:53:42 -05:00
committed by GitHub
parent fcd85951a7
commit 85753afdf0

View File

@@ -72,6 +72,7 @@ export function MathExpressionQueryField({
onBlur={(value) => {
if (value !== query) {
onChange(value);
onRunQuery();
}
}}
onBeforeEditorMount={(monaco: Monaco) =>