diff --git a/components/Chatbar/Chatbar.tsx b/components/Chatbar/Chatbar.tsx index a02e98a537..300fb21da2 100644 --- a/components/Chatbar/Chatbar.tsx +++ b/components/Chatbar/Chatbar.tsx @@ -107,6 +107,8 @@ export const Chatbar = () => { }); homeDispatch({ field: 'folders', value: folders }); homeDispatch({ field: 'prompts', value: prompts }); + + window.location.reload(); }; const handleClearConversations = () => {