From cef01f54a383d3e7462cac748d0685b77af6367e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 11 Jan 2024 22:43:07 +0100 Subject: [PATCH] note for further work --- .../examples/sorter-with-two-containers/sorter-dashboard.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts b/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts index c064490239..9f8737a08e 100644 --- a/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts +++ b/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts @@ -78,6 +78,7 @@ export class ExampleSorterDashboard extends UmbElementMixin(LitElement) { (item) => html`
${item.name} +
`, )}