mirror of https://github.com/langgenius/dify.git
fix: missing bot name in orchestrate (#20747)
This commit is contained in:
parent
37c3283450
commit
0c8447fd0e
|
|
@ -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…
Reference in New Issue