chore: fix preview bubble

This commit is contained in:
Yifei Zhang 2023-04-02 18:51:37 +00:00
parent 1afca0b28a
commit e8d71c815e
1 changed files with 1 additions and 1 deletions

View File

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