use body layout in user collection
This commit is contained in:
@@ -35,11 +35,10 @@ export class UmbUserCollectionElement extends UmbLitElement {
|
||||
|
||||
render() {
|
||||
return html`
|
||||
<uui-scroll-container>
|
||||
<umb-user-collection-header></umb-user-collection-header>
|
||||
<umb-body-layout>
|
||||
<umb-user-collection-header slot="header"></umb-user-collection-header>
|
||||
<umb-router-slot id="router-slot" .routes=${this._routes}></umb-router-slot>
|
||||
</uui-scroll-container>
|
||||
|
||||
</umb-body-layout>
|
||||
<umb-collection-selection-actions></umb-collection-selection-actions>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user