enable seond group

This commit is contained in:
Niels Lyngsø
2024-01-12 15:53:31 +01:00
parent 18057b75f7
commit cf95cf38ee

View File

@@ -41,6 +41,7 @@ export class ExampleSorterDashboard extends UmbElementMixin(LitElement) {
<uui-box class="uui-text">
<div class="outer-wrapper">
<example-sorter-group .items=${this.groupOneItems}></example-sorter-group>
<example-sorter-group .items=${this.groupTwoItems}></example-sorter-group>
</div>
</uui-box>
`;