mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-29 09:20:01 +02:00
update (#4344)
This commit is contained in:
@ -1158,6 +1158,7 @@ export function ChatPage({
|
|||||||
let frozenSessionId = currentSessionId();
|
let frozenSessionId = currentSessionId();
|
||||||
updateCanContinue(false, frozenSessionId);
|
updateCanContinue(false, frozenSessionId);
|
||||||
setUncaughtError(null);
|
setUncaughtError(null);
|
||||||
|
setLoadingError(null);
|
||||||
|
|
||||||
// Mark that we've sent a message for this session in the current page load
|
// Mark that we've sent a message for this session in the current page load
|
||||||
markSessionMessageSent(frozenSessionId);
|
markSessionMessageSent(frozenSessionId);
|
||||||
|
Reference in New Issue
Block a user