force update

This commit is contained in:
Mckay Wrigley
2023-04-19 15:00:11 -06:00
parent 718dc6432a
commit 063ce50319
+2
View File
@@ -107,6 +107,8 @@ export const Chatbar = () => {
});
homeDispatch({ field: 'folders', value: folders });
homeDispatch({ field: 'prompts', value: prompts });
window.location.reload();
};
const handleClearConversations = () => {