revert change

This commit is contained in:
Niels Lyngsø
2023-01-09 16:11:03 +01:00
parent cdda5e5f4e
commit 329cd3a1bd

View File

@@ -16,7 +16,7 @@ export const manifests: Array<ManifestPropertyAction> = [
name: 'Clear Property Action',
loader: () => import('./clear/property-action-clear.element'),
meta: {
propertyEditors: ['Umb.PropertyEditorUI.TextArea'],
propertyEditors: ['Umb.PropertyEditorUI.TextBox'],
},
},
];