mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: style
This commit is contained in:
@ -94,7 +94,10 @@ const ChatWrapper = forwardRef<ChatWrapperRefType>((_, ref) => {
|
||||
|
||||
return (
|
||||
<Chat
|
||||
config={config as any}
|
||||
config={{
|
||||
...config,
|
||||
supportCitationHitInfo: true,
|
||||
} as any}
|
||||
chatList={chatList}
|
||||
isResponding={isResponding}
|
||||
chatContainerclassName='px-4'
|
||||
|
||||
Reference in New Issue
Block a user