Skip to content

Commit 2b9c99b

Browse files
authored
Index pattern management - field list - localization functions returning empty strings (#64055)
Closes: #63649
1 parent 6ecba2c commit 2b9c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/ui/public/i18n/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function wrapInI18nContext<P>(ComponentToWrap: React.ComponentType<P>) {
4444
}
4545

4646
uiModules
47-
.get('i18n')
47+
.get('i18n', ['ngSanitize'])
4848
.provider('i18n', I18nProvider)
4949
.filter('i18n', i18nFilter)
5050
.directive('i18nId', i18nDirective);

0 commit comments

Comments
 (0)