mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Add missing input type (#11668)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user