mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
[CST-5729] Assign a default value
This commit is contained in:
@@ -65,7 +65,7 @@ export class ItemPageComponent implements OnInit, OnDestroy {
|
|||||||
/**
|
/**
|
||||||
* Contains a list of SignpostingLink related to the item
|
* Contains a list of SignpostingLink related to the item
|
||||||
*/
|
*/
|
||||||
signpostingLinks: SignpostingLink[];
|
signpostingLinks: SignpostingLink[] = [];
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
protected route: ActivatedRoute,
|
protected route: ActivatedRoute,
|
||||||
|
Reference in New Issue
Block a user