Add input_types field to new_data in UpdateRecordComponent
This commit is contained in:
parent
35c35c9964
commit
c7fc2eb4af
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ class UpdateRecordComponent(CustomComponent):
|
|||
"new_data": {
|
||||
"display_name": "New Data",
|
||||
"info": "The new data to update the record with.",
|
||||
"input_types": ["Text"],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue