mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1455] universal Viewer @effect (#412)
* viewer @effect * universal preview effect * remove router where not needed * update tests * update tests
This commit is contained in:
committed by
Cilibiu Bogdan
parent
d1e5353d7a
commit
f8fe664f1f
@@ -40,9 +40,9 @@ export class LibrariesComponent extends PageComponent {
|
||||
constructor(private nodesApi: NodesApiService,
|
||||
route: ActivatedRoute,
|
||||
store: Store<AppStore>,
|
||||
router: Router,
|
||||
private router: Router,
|
||||
preferences: UserPreferencesService) {
|
||||
super(preferences, router, route, store);
|
||||
super(preferences, route, store);
|
||||
}
|
||||
|
||||
makeLibraryTooltip(library: any): string {
|
||||
|
Reference in New Issue
Block a user