From 0d1d0c4aba227c516c8670cd235966d2bf605ddb Mon Sep 17 00:00:00 2001 From: Lone Iversen <108085781+loivsen@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:26:42 +0100 Subject: [PATCH] label --- .../property-editor-ui-collection-view-order-by.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts index ff7f72e9f5..82d57975b2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts @@ -42,7 +42,7 @@ export class UmbPropertyEditorUICollectionViewOrderByElement } render() { - return html``; + return html``; } static styles = [UmbTextStyles];