fix collection selection actions not loading

This commit is contained in:
Jesper Møller Jensen
2023-06-05 19:18:47 +12:00
parent a6404805c7
commit c75a71f24c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export * from './collection.context.js';
export * from './collection-filter-model.interface.js';
export * from './collection-selection-actions.element.js';

View File

@@ -38,9 +38,9 @@ export class UmbUserCollectionElement extends UmbLitElement {
<umb-body-layout clear-header scroll-shadow>
<umb-user-collection-header slot="header"></umb-user-collection-header>
<umb-router-slot id="router-slot" .routes=${this._routes}></umb-router-slot>
<umb-collection-selection-actions slot="footer"></umb-collection-selection-actions>
</umb-body-layout>
<!-- This should go in the footer slot -->
<umb-collection-selection-actions></umb-collection-selection-actions>
`;
}