From 3b0fbca6d83b5b5d143cf09c5ba2481cec7bda9e Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 4 Jul 2022 13:32:47 +0200 Subject: [PATCH] remove todo --- .../property-actions/property-action/property-action.model.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts b/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts index 8852be9b8b..259bf1f532 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/property-actions/property-action/property-action.model.ts @@ -1,4 +1,3 @@ -// TODO: Where should things like these live? export interface UmbPropertyAction extends HTMLElement { value?: string; } \ No newline at end of file