Sfoglia il codice sorgente

fix: missing bot name in orchestrate (#20747)

tags/1.4.2
Joel 4 mesi fa
parent
commit
0c8447fd0e
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      web/app/components/base/chat/chat/index.tsx

+ 1
- 1
web/app/components/base/chat/chat/index.tsx Vedi File

@@ -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…
Annulla
Salva