mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fix Klaro i18n issue
Caused by a merge mistake in https://github.com/DSpace/dspace-angular/pull/1975
This commit is contained in:
@@ -49,7 +49,7 @@ const LAZY_KLARO = new InjectionToken<Promise<any>>(
|
|||||||
'Lazily loaded Klaro',
|
'Lazily loaded Klaro',
|
||||||
{
|
{
|
||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
factory: async () => (await import('klaro')),
|
factory: async () => (await import('klaro/dist/klaro-no-translations')),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user