From dd51d2870fb0563d8e0ffc7d63d1f442d00fa3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 20 Mar 2023 19:56:33 +0100 Subject: [PATCH] not optional umbExtensionsRegistry --- .../src/backoffice/shared/components/section/section.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section.element.ts index bcbf50aa21..7443d3276d 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section.element.ts @@ -78,7 +78,7 @@ export class UmbSectionElement extends UmbLitElement { #observeSectionSidebarApps() { this.observe( umbExtensionsRegistry - ?.extensionsOfType('sectionSidebarApp') + .extensionsOfType('sectionSidebarApp') .pipe( map((manifests) => manifests.filter((manifest) => manifest.conditions.sections.includes(this.manifest?.alias || ''))