mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix document list demo (i18n)
This commit is contained in:
@@ -160,7 +160,7 @@ class DocumentListDemo implements OnInit {
|
||||
this.token = localStorage.getItem('token');
|
||||
}
|
||||
|
||||
translation.translationInit();
|
||||
translation.translationInit(' ');
|
||||
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user