Fix:webapp UI issues (#15601)

This commit is contained in:
KVOJJJin
2025-03-13 14:23:41 +08:00
committed by GitHub
parent 5e035a4209
commit efebbffe96
17 changed files with 182 additions and 50 deletions

View File

@@ -156,6 +156,10 @@ const EmbeddedChatbotWrapper = () => {
appId,
handleFeedback,
currentChatInstanceRef,
clearChatList,
setClearChatList,
isResponding,
setIsResponding,
} = useEmbeddedChatbot()
return <EmbeddedChatbotContext.Provider value={{
@@ -185,6 +189,10 @@ const EmbeddedChatbotWrapper = () => {
handleFeedback,
currentChatInstanceRef,
themeBuilder,
clearChatList,
setClearChatList,
isResponding,
setIsResponding,
}}>
<Chatbot />
</EmbeddedChatbotContext.Provider>