From e8d71c815eb6056265b61235489352fda70ec319 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Sun, 2 Apr 2023 18:51:37 +0000 Subject: [PATCH] chore: fix preview bubble --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b152e8ae0..4fb7200f2 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -451,7 +451,7 @@ export function Chat(props: { role: "user", content: userInput, date: new Date().toLocaleString(), - preview: false, + preview: true, }, ] : [],