Skip to content

Commit 1e52176

Browse files
AndyButlandleekelleher
authored andcommitted
Removes tree actions from tree selection in duplicate document dialog. (#19053)
(cherry picked from commit 1ccb5cc)
1 parent 8b759cf commit 1e52176

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/duplicate/modal/duplicate-document-modal.element.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ export class UmbDocumentDuplicateToModalElement extends UmbModalBaseElement<
4848
<uui-box id="tree-box" headline="Duplicate to">
4949
<umb-tree
5050
alias=${UMB_DOCUMENT_TREE_ALIAS}
51-
.props=${{ expandTreeRoot: true }}
51+
.props=${{
52+
expandTreeRoot: true,
53+
hideTreeItemActions: true,
54+
}}
5255
@selection-change=${this.#onTreeSelectionChange}></umb-tree>
5356
</uui-box>
5457
<uui-box headline="Options">

0 commit comments

Comments
 (0)