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,