This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: missing bot name in orchestrate (
#20747
)
tags/1.4.2
Joel
4 months ago
parent
37c3283450
commit
0c8447fd0e
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/base/chat/chat/index.tsx
+ 1
- 1
web/app/components/base/chat/chat/index.tsx
View 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}
Write
Preview
Loading…
Cancel
Save