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 3a6a8fa commit 1bafa59Copy full SHA for 1bafa59
x-pack/legacy/plugins/maps/public/layers/sources/es_search_source/load_index_settings.js
@@ -40,7 +40,7 @@ async function fetchIndexSettings(indexPatternTitle) {
40
defaultMessage: `Unable to fetch index settings for index pattern '{indexPatternTitle}'.
41
Ensure you have '{viewIndexMetaRole}' role.`,
42
values: {
43
- indexPattern: indexPatternTitle,
+ indexPatternTitle,
44
viewIndexMetaRole: 'view_index_metadata',
45
},
46
});
0 commit comments