Skip to content

Commit

Permalink
Merge pull request #150 from coronasafe/chatid-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Dec 7, 2023
2 parents f99d96c + a38c00c commit de422d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(main)/project/[project_id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default function Chat(params: { params: { project_id: string } }) {
{
retry: false,
onSuccess: async (data, vars) => {
if (!data) return;
setChatID(data.external_id);
await queryClient.invalidateQueries(["chats"]);
setIsTyping(false);
Expand Down

1 comment on commit de422d3

@vercel
Copy link

@vercel vercel bot commented on de422d3 Dec 7, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.