From 329cd3a1bdfa458df4cd8a641c49ded5c422c8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 9 Jan 2023 16:11:03 +0100 Subject: [PATCH] revert change --- .../src/backoffice/shared/property-actions/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts index 5b1fce9d23..1b5a1b4307 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts @@ -16,7 +16,7 @@ export const manifests: Array = [ name: 'Clear Property Action', loader: () => import('./clear/property-action-clear.element'), meta: { - propertyEditors: ['Umb.PropertyEditorUI.TextArea'], + propertyEditors: ['Umb.PropertyEditorUI.TextBox'], }, }, ];