fix collection selection actions not loading
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from './collection.context.js';
|
||||
export * from './collection-filter-model.interface.js';
|
||||
export * from './collection-selection-actions.element.js';
|
||||
|
||||
@@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user