Index pattern management - field list - localization functions returning empty strings (#64055)

Closes: #63649
This commit is contained in:
Alexey Antonov 2020-04-21 15:50:38 +03:00 committed by GitHub
parent 6ecba2c732
commit 2b9c99bd01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ export function wrapInI18nContext<P>(ComponentToWrap: React.ComponentType<P>) {
}
uiModules
.get('i18n')
.get('i18n', ['ngSanitize'])
.provider('i18n', I18nProvider)
.filter('i18n', i18nFilter)
.directive('i18nId', i18nDirective);