From ba5d39cdd0db40eb8e9e2478e7dfdd4c043c1322 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:18:49 +0100 Subject: [PATCH] fix merge conflict --- .../templates/workspace/template-workspace-editor.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/workspace/template-workspace-editor.element.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/workspace/template-workspace-editor.element.ts index 3dd707f367..a551b3c7d1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/workspace/template-workspace-editor.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/workspace/template-workspace-editor.element.ts @@ -127,7 +127,6 @@ export class UmbTemplateWorkspaceEditorElement extends UmbLitElement { pickableFilter: (item) => { return item.unique !== null && item.unique !== this.#templateWorkspaceContext?.getEntityId(); }, - hideTreeRoot: true, }, value: { selection: [this.#masterTemplateUnique],