From 28b749619bcaa2ee5145d24eb32a5b16513e71e7 Mon Sep 17 00:00:00 2001 From: Julia Gru <56249914+julczka@users.noreply.github.com> Date: Thu, 20 Jul 2023 14:05:55 +0200 Subject: [PATCH] Update partial-views-workspace.element.ts --- .../partial-views/workspace/partial-views-workspace.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/workspace/partial-views-workspace.element.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/workspace/partial-views-workspace.element.ts index 46d7cd7f55..084d86d256 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/workspace/partial-views-workspace.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/workspace/partial-views-workspace.element.ts @@ -25,7 +25,7 @@ export class UmbPartialViewsWorkspaceElement extends UmbLitElement { const decodePath = decodeURIComponent(parentKey); const snippetName = 'Empty'; - this.#partialViewsWorkspaceContext.create(parentKey === 'null' ? null : parentKey, snippetName); + this.#partialViewsWorkspaceContext.create(decodePath === 'null' ? null : parentKey, snippetName); new UmbWorkspaceIsNewRedirectController( this,