diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts index b1abd27d07..869a2d61fa 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace/workspace-context/workspace-structure-manager.class.ts @@ -27,7 +27,7 @@ export class UmbWorkspacePropertyStructureManager; - #documentTypeRepository: R; + #contentTypeRepository: R; #rootDocumentTypeId?: string; #documentTypeObservers = new Array(); @@ -41,7 +41,7 @@ export class UmbWorkspacePropertyStructureManager { documentTypes.forEach((documentType) => { @@ -73,7 +73,7 @@ export class UmbWorkspacePropertyStructureManager { + new UmbObserverController(this.#host, await this.#contentTypeRepository.byId(data.id), (docType) => { if (docType) { // TODO: Handle if there was changes made to the owner document type in this context. /*