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[] = [];