Skip to content

Commit

Permalink
Index pattern management - field list - localization functions return…
Browse files Browse the repository at this point in the history
…ing empty strings (#64055) (#64066)

Closes: #63649
  • Loading branch information
alexwizp authored Apr 21, 2020
1 parent b72d738 commit 27cd878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/i18n/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 27cd878

Please sign in to comment.