[CST-5729] Assign a default value

This commit is contained in:
Giuseppe Digilio
2023-05-15 17:11:45 +02:00
parent 1a95d0c571
commit 43d78c695c

View File

@@ -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,