updated the modal headline (#18050)

This commit is contained in:
jonat123
2025-01-21 13:28:44 +01:00
committed by GitHub
parent dea2793f76
commit 87c84615a6

View File

@@ -148,7 +148,7 @@ export class UmbTreePickerModalElement<TreeItemType extends UmbTreeItemModelBase
override render() {
return html`
<umb-body-layout headline="Select">
<umb-body-layout headline=${this.localize.term('general_choose')}>
<uui-box> ${this.#renderSearch()} ${this.#renderTree()}</uui-box>
${this.#renderActions()}
</umb-body-layout>