diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/documents/documents/workspace/document-workspace.context.ts b/src/Umbraco.Web.UI.Client/src/backoffice/documents/documents/workspace/document-workspace.context.ts index 75b136ec3e..9c3a744c2c 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/documents/documents/workspace/document-workspace.context.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/documents/documents/workspace/document-workspace.context.ts @@ -8,8 +8,10 @@ import { UmbControllerHostInterface } from '@umbraco-cms/controller'; // TODO: should this contex be called DocumentDraft instead of workspace? or should the draft be part of this? type EntityType = DocumentDetails; -export class UmbDocumentWorkspaceContext extends UmbWorkspaceContext implements UmbWorkspaceEntityContextInterface { - +export class UmbDocumentWorkspaceContext + extends UmbWorkspaceContext + implements UmbWorkspaceEntityContextInterface +{ #host: UmbControllerHostInterface; #templateDetailRepo: UmbDocumentRepository;