mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 1dc175fb2e
)
Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co>
This commit is contained in:
parent
b0e52e552a
commit
2fb14e2328
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export const newVectorLayerWizardConfig: LayerWizard = {
|
|||
}),
|
||||
disabledReason: i18n.translate('xpack.maps.newVectorLayerWizard.disabledDesc', {
|
||||
defaultMessage:
|
||||
'Unable to create index, you are missing the Kibana privilege "Index Pattern Management".',
|
||||
'Unable to create index, you are missing the Kibana privilege "Data View Management".',
|
||||
}),
|
||||
getIsDisabled: async () => {
|
||||
const hasImportPermission = await getFileUpload().hasImportPermission({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue