We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a542b97 commit d82c35eCopy full SHA for d82c35e
1 file changed
src/plugins/data/common/search/aggs/param_types/field.ts
@@ -93,7 +93,7 @@ export class FieldParamType extends BaseParamType {
93
'Saved field "{fieldParameter}" is invalid for use with the "{aggType}" aggregation. Please select a new field.',
94
values: {
95
fieldParameter: fieldName,
96
- aggType: aggConfig?.type?.name,
+ aggType: aggConfig?.type?.title,
97
},
98
}
99
)
0 commit comments