From 063ce50319964bfe5dbd25c077e4d5faef20d459 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 19 Apr 2023 15:00:11 -0600 Subject: [PATCH] force update --- components/Chatbar/Chatbar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/Chatbar/Chatbar.tsx b/components/Chatbar/Chatbar.tsx index a02e98a..300fb21 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 = () => {