use tree-item for child items so they also get rendered with the correct extension
This commit is contained in:
@@ -138,7 +138,7 @@ export class UmbTreeItemBaseElement extends UmbLitElement {
|
||||
? repeat(
|
||||
this._childItems,
|
||||
(item) => item.key,
|
||||
(item) => html`<umb-tree-item-base .item=${item}></umb-tree-item-base>`
|
||||
(item) => html`<umb-tree-item .item=${item}></umb-tree-item>`
|
||||
)
|
||||
: ''}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user