fix: missing bot name in orchestrate

pull/20747/head
Joel 12 months ago
parent 85859b6723
commit 22269348c2

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

Loading…
Cancel
Save