From 8a02b5d6938ccec474979aa37ffdb1751f7cfedf Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 12 Jan 2024 21:24:27 +0100 Subject: [PATCH] fix type error --- .../stylesheets/workspace/stylesheet-workspace.context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/workspace/stylesheet-workspace.context.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/workspace/stylesheet-workspace.context.ts index d2d6538b80..fe89d608ea 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/workspace/stylesheet-workspace.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/workspace/stylesheet-workspace.context.ts @@ -13,7 +13,7 @@ import { UmbContextToken } from '@umbraco-cms/backoffice/context-api'; export class UmbStylesheetWorkspaceContext extends UmbEditableWorkspaceContextBase - implements UmbSaveableWorkspaceContextInterface + implements UmbSaveableWorkspaceContextInterface { #data = new UmbObjectState(undefined); readonly data = this.#data.asObservable();