From 8420085fb194d0898c34654788891922aca538c6 Mon Sep 17 00:00:00 2001 From: bbig Date: Thu, 22 Jun 2023 14:31:23 +0800 Subject: [PATCH] update BreakIcon to ClearIcon --- 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 c527511..a7d642e 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -441,7 +441,7 @@ export function ChatActions(props: { } + icon={} onClick={() => { chatStore.updateCurrentSession((session) => { if (session.clearContextIndex === session.messages.length) {