Add input_types field to new_data in UpdateRecordComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-08 23:40:41 -03:00
commit c7fc2eb4af

View file

@ -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"],
},
}