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 0018786 commit 7205993Copy full SHA for 7205993
src/ui/public/agg_types/param_types/field.js
@@ -71,7 +71,7 @@ export default function FieldAggParamFactory(Private, $filter) {
71
72
const validField = this.getFieldOptions(aggConfig).byName[fieldName];
73
if (!validField) {
74
- notifier.error(`"field" is invalid`);
+ notifier.error(`Saved "field" parameter is now invalid. Please select a new field.`);
75
}
76
77
return validField;
0 commit comments