mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
[CST-3090] fix tests
This commit is contained in:
@@ -64,7 +64,7 @@ export class CollectionDropdownComponent implements OnInit, OnDestroy {
|
||||
* Array to track all subscriptions and unsubscribe them onDestroy
|
||||
* @type {Array}
|
||||
*/
|
||||
private subs: Subscription[] = [];
|
||||
public subs: Subscription[] = [];
|
||||
|
||||
/**
|
||||
* The list of collection to render
|
||||
|
Reference in New Issue
Block a user