mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +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
|
||||
*/
|
||||
signpostingLinks: SignpostingLink[];
|
||||
signpostingLinks: SignpostingLink[] = [];
|
||||
|
||||
constructor(
|
||||
protected route: ActivatedRoute,
|
||||
|
Reference in New Issue
Block a user