mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 00:05:57 +08:00
Fix appId missing in annotations (#6699)
This commit is contained in:
parent
ecb9c311b5
commit
4839523e53
@ -495,7 +495,7 @@ function DetailPanel<T extends ChatConversationFullDetailResponse | CompletionCo
|
||||
>
|
||||
<Chat
|
||||
config={{
|
||||
app_id: appDetail?.id,
|
||||
appId: appDetail?.id,
|
||||
text_to_speech: {
|
||||
enabled: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user