mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-06 23:56:25 +08:00
chore: fix preview bubble
This commit is contained in:
@@ -451,7 +451,7 @@ export function Chat(props: {
|
||||
role: "user",
|
||||
content: userInput,
|
||||
date: new Date().toLocaleString(),
|
||||
preview: false,
|
||||
preview: true,
|
||||
},
|
||||
]
|
||||
: [],
|
||||
|
Reference in New Issue
Block a user