Fix type error (#27217)
This commit is contained in:
@@ -237,7 +237,7 @@ const ChatWrapper = () => {
|
||||
|
||||
return (
|
||||
<Chat
|
||||
appData={appData}
|
||||
appData={appData || undefined}
|
||||
config={appConfig}
|
||||
chatList={messageList}
|
||||
isResponding={respondingState}
|
||||
|
||||
Reference in New Issue
Block a user