From c5b9c6e308f838235e6ea8d97d2217767d5f0a6c Mon Sep 17 00:00:00 2001 From: pablonyx Date: Tue, 25 Mar 2025 09:56:23 -0700 Subject: [PATCH] update (#4344) --- web/src/app/chat/ChatPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/app/chat/ChatPage.tsx b/web/src/app/chat/ChatPage.tsx index 7dd67abf9..884d612d5 100644 --- a/web/src/app/chat/ChatPage.tsx +++ b/web/src/app/chat/ChatPage.tsx @@ -1158,6 +1158,7 @@ export function ChatPage({ let frozenSessionId = currentSessionId(); updateCanContinue(false, frozenSessionId); setUncaughtError(null); + setLoadingError(null); // Mark that we've sent a message for this session in the current page load markSessionMessageSent(frozenSessionId);