Skip to content

Commit

Permalink
force update
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Apr 19, 2023
1 parent 718dc64 commit 063ce50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Chatbar/Chatbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export const Chatbar = () => {
});
homeDispatch({ field: 'folders', value: folders });
homeDispatch({ field: 'prompts', value: prompts });

window.location.reload();
};

const handleClearConversations = () => {
Expand Down

2 comments on commit 063ce50

@vercel
Copy link

@vercel vercel bot commented on 063ce50 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikitabut
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! @mckaywrigley
Could you please explain why you added this force reload?

Please sign in to comment.