fix: missing bot name in orchestrate (#20747)

pull/20903/head
Joel 12 months ago committed by GitHub
parent 37c3283450
commit 0c8447fd0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -303,7 +303,7 @@ const Chat: FC<ChatProps> = ({
{ {
!noChatInput && ( !noChatInput && (
<ChatInputArea <ChatInputArea
botName={appData?.site.title || ''} botName={appData?.site.title || 'Bot'}
disabled={inputDisabled} disabled={inputDisabled}
showFeatureBar={showFeatureBar} showFeatureBar={showFeatureBar}
showFileUpload={showFileUpload} showFileUpload={showFileUpload}

Loading…
Cancel
Save