Add missing input type (#11668)

This commit is contained in:
Michal Kinas
2026-02-19 13:45:58 +01:00
committed by GitHub
parent 1baddb2b37
commit e5471c8741
@@ -188,7 +188,7 @@ export class AlfrescoViewerComponent implements OnChanges, OnInit {
/** Change the close button position Right/Left */
@Input()
closeButtonPosition = CloseButtonPosition.Left;
closeButtonPosition: CloseButtonPosition = CloseButtonPosition.Left;
/** The template for the right sidebar. The template context contains the loaded node data. */
@Input()