mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-29 17:19:36 +02:00
delete chat session immediately
This commit is contained in:
parent
140c34e59e
commit
6dd91414be
@ -1795,7 +1795,7 @@ export function ChatPage({
|
||||
const responseJson = await response.json();
|
||||
setPopup({ message: responseJson.detail, type: "error" });
|
||||
}
|
||||
router.refresh();
|
||||
refreshChatSessions();
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user