From 7e1c59a20397dc1631f91db236b76d21587324dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 27 Apr 2023 10:33:57 +0200 Subject: [PATCH] clean --- .../uis/block-grid/property-editor-ui-block-grid.element.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts index 61a6ad85f0..b640cff2b0 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts @@ -64,7 +64,6 @@ export class UmbPropertyEditorUIBlockGridElement extends UmbLitElement implement }, { path: 'modal-2', - //pathMatch: 'full', component: () => { return import('./property-editor-ui-block-grid-inner-test.element'); },