fix: hide the tree root when selecting a master template
This commit is contained in:
@@ -126,6 +126,7 @@ export class UmbTemplateWorkspaceEditorElement extends UmbLitElement {
|
||||
pickableFilter: (item) => {
|
||||
return item.unique !== null && item.unique !== this.#templateWorkspaceContext?.getEntityId();
|
||||
},
|
||||
hideTreeRoot: true,
|
||||
},
|
||||
value: {
|
||||
selection: [this.#masterTemplateUnique],
|
||||
|
||||
Reference in New Issue
Block a user