mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
Removed wrong initialization
This commit is contained in:
@@ -67,7 +67,7 @@ export class MyDSpacePageComponent implements OnInit {
|
||||
/**
|
||||
* The current relevant scopes
|
||||
*/
|
||||
scopeListRD$: Observable<DSpaceObject[]> = new BehaviorSubject([]);
|
||||
scopeListRD$: Observable<DSpaceObject[]>;
|
||||
|
||||
/**
|
||||
* Emits true if were on a small screen
|
||||
|
@@ -53,7 +53,7 @@ export class SearchPageComponent implements OnInit {
|
||||
/**
|
||||
* The current relevant scopes
|
||||
*/
|
||||
scopeListRD$: Observable<DSpaceObject[]> = new BehaviorSubject([]);
|
||||
scopeListRD$: Observable<DSpaceObject[]>;
|
||||
|
||||
/**
|
||||
* Emits true if were on a small screen
|
||||
|
Reference in New Issue
Block a user