We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad01d commit 3f441a4Copy full SHA for 3f441a4
src/platform/plugins/shared/esql/public/triggers/esql_controls/control_flyout/value_control_form.tsx
@@ -312,7 +312,8 @@ export function ValueControlForm({
312
<EuiCallOut
313
announceOnMount
314
title={i18n.translate('esql.flyout.displayNoValuesForControlCallout.title', {
315
- defaultMessage: "This query isn't returning any values. Edit it and run it again.",
+ defaultMessage:
316
+ "This query isn't returning any values. Edit it and run it again.",
317
})}
318
color="warning"
319
iconType="warning"
0 commit comments