From e5471c8741fd941e759fb5d4d944b5ac10b0e6de Mon Sep 17 00:00:00 2001 From: Michal Kinas <113341662+MichalKinas@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:45:58 +0100 Subject: [PATCH] Add missing input type (#11668) --- .../src/lib/viewer/components/alfresco-viewer.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts b/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts index 48a887bba2..17f40431dc 100644 --- a/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts +++ b/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts @@ -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()