chore: fix preview bubble

main
Yifei Zhang 2 years ago
parent 1afca0b28a
commit e8d71c815e

@ -451,7 +451,7 @@ export function Chat(props: {
role: "user", role: "user",
content: userInput, content: userInput,
date: new Date().toLocaleString(), date: new Date().toLocaleString(),
preview: false, preview: true,
}, },
] ]
: [], : [],

Loading…
Cancel
Save