From c4367b496b357416bc03e30f23f02f827e1b8e3a Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 3 Jun 2022 09:15:12 +0200 Subject: [PATCH] Update backoffice.element.ts --- src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts index a3fc72ccbc..b937761c0b 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts @@ -43,7 +43,7 @@ export default class UmbBackoffice extends UmbContextProviderMixin(LitElement) { ]; private _notificationService: UmbNotificationService = new UmbNotificationService(); - private _notificationSubscribtion: Subscription; + private _notificationSubscribtion?: Subscription; @state() private _notifications:any[] = [];