File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/packages/core/property-action Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const propertyActionManifests: Array<ManifestPropertyActions> = [
12
12
alias : 'Umb.PropertyAction.Copy' ,
13
13
name : 'Copy Property Action' ,
14
14
api : ( ) => import ( './common/copy/property-action-copy.controller.js' ) ,
15
- forPropertyEditorUis : [ 'Umb.PropertyEditorUi.TextBox' ] ,
15
+ forPropertyEditorUis : [ ] ,
16
16
meta : {
17
17
icon : 'icon-paste-in' ,
18
18
label : 'Copy' ,
@@ -24,7 +24,7 @@ export const propertyActionManifests: Array<ManifestPropertyActions> = [
24
24
alias : 'Umb.PropertyAction.Clear' ,
25
25
name : 'Clear Property Action' ,
26
26
api : ( ) => import ( './common/clear/property-action-clear.controller.js' ) ,
27
- forPropertyEditorUis : [ 'Umb.PropertyEditorUi.TextBox' ] ,
27
+ forPropertyEditorUis : [ ] ,
28
28
meta : {
29
29
icon : 'icon-trash' ,
30
30
label : 'Clear' ,
You can’t perform that action at this time.
0 commit comments