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
parent 35c35c9964
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"],
},
}