force update

This commit is contained in:
Mckay Wrigley 2023-04-19 15:00:11 -06:00
parent 718dc6432a
commit 063ce50319
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ export const Chatbar = () => {
});
homeDispatch({ field: 'folders', value: folders });
homeDispatch({ field: 'prompts', value: prompts });
window.location.reload();
};
const handleClearConversations = () => {