Update backoffice.element.ts

This commit is contained in:
Mads Rasmussen
2022-06-03 09:15:12 +02:00
parent 2f6dd1d9f4
commit c4367b496b

View File

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