note on group element

This commit is contained in:
Niels Lyngsø
2024-03-07 10:42:47 +01:00
parent be2965203c
commit ec57137f7d

View File

@@ -191,6 +191,7 @@ export class UmbDocumentTypeWorkspaceViewEditTabElement extends UmbLitElement {
(group) => group.id,
(group) =>
html`<uui-box class="container-handle">
<!-- Implement a group element for this -->
${this.#renderContainerHeader(group)}
<umb-document-type-workspace-view-edit-properties
container-id=${ifDefined(group.id)}