From 3fc04ddf67a1e81aa39147a8600ce2fb08bd60cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 29 Mar 2023 21:25:37 +0200 Subject: [PATCH] should not return --- .../workspace-property-structure-manager.class.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-property-structure-manager.class.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-property-structure-manager.class.ts index 96a99173fd..f5751f03a5 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-property-structure-manager.class.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-property-structure-manager.class.ts @@ -36,7 +36,6 @@ export class UmbWorkspacePropertyStructureManager observer.destroy()); + this.#documentTypeObservers = []; this.#documentTypes.next([]); this.#containers.next([]); }