chore: Update display name for input field in ChatComponent
This commit is contained in:
parent
565df927dc
commit
3ddd42b127
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class ChatComponent(CustomComponent):
|
|||
return {
|
||||
"input_value": {
|
||||
"input_types": ["Text"],
|
||||
"display_name": "Message",
|
||||
"display_name": "Text",
|
||||
"multiline": True,
|
||||
},
|
||||
"sender": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue