wip user group editor

This commit is contained in:
Jesper Møller Jensen
2022-10-12 12:37:59 +02:00
parent cf458ef49e
commit b705e26c8f

View File

@@ -247,7 +247,9 @@ export class UmbEditorUserGroupElement extends LitElement {
}
private renderRightColumn() {
return html`<uui-box> <div>RIGHT</div> </uui-box>`;
return html`<uui-box>
<div slot="headline">Users</div>
</uui-box>`;
}
// TODO. find a way where we don't have to do this for all editors.