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'], }, }, ];